From 18b8205f3984bff211131f82e4c0a1e33886ea64 Mon Sep 17 00:00:00 2001
From: znone <glyc@sina.com.cn>
Date: Tue, 27 Aug 2019 12:35:52 +0000
Subject: [PATCH] 提供以标准流的方式直接操纵ODBC的BLOB字段

---
 test/TestOdbc.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/test/TestOdbc.h b/test/TestOdbc.h
index ac5cf80..1444ffa 100644
--- a/test/TestOdbc.h
+++ b/test/TestOdbc.h
@@ -27,6 +27,8 @@
 	void test_iterator();
 	void test_insert_blob();
 	void test_select_blob();
+	void test_insert_stream();
+	void test_fetch_stream();
 
 private:
 	uint64_t id;

--
Gitblit v1.9.3