From f046bd8361574f0823001bc06ad00032d7192ba8 Mon Sep 17 00:00:00 2001
From: znone <glyc@sina.com.cn>
Date: Tue, 14 May 2019 13:35:14 +0000
Subject: [PATCH] 提供以标准流的方式直接操纵MySQL的BLOB字段 修正一些错误

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

diff --git a/test/TestMysql.h b/test/TestMysql.h
index e4af3c1..3f0e1da 100644
--- a/test/TestMysql.h
+++ b/test/TestMysql.h
@@ -26,6 +26,8 @@
 	void test_iterator();
 	void test_insert_blob();
 	void test_select_blob();
+	void test_insert_stream();
+	void test_fetch_stream();
 
 private:
 	uint32_t id;

--
Gitblit v1.9.3