From a2b2faa6019572388248617d0ac740bde95feb74 Mon Sep 17 00:00:00 2001 From: znone <glyc@sina.com.cn> Date: Fri, 26 Feb 2021 13:44:08 +0000 Subject: [PATCH] PostgreSQL: support binary data PostgreSQl: add database pool --- test/TestPostgres.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/test/TestPostgres.h b/test/TestPostgres.h index 943b57d..15074d8 100644 --- a/test/TestPostgres.h +++ b/test/TestPostgres.h @@ -24,6 +24,8 @@ void test_update(); void test_insert2(); void test_iterator(); + void test_insert_blob(); + void test_select_blob(); void test_any(); private: -- Gitblit v1.9.3