From 14337cf5b302c5385f0ae1393caf6df7e83fc539 Mon Sep 17 00:00:00 2001 From: znone <glyc@sina.com.cn> Date: Sat, 07 Dec 2019 06:52:19 +0000 Subject: [PATCH] 1. 允许绑定字段到std::optional和std::any 2. 增加函数bind_fields可以一次绑定到多个字段 3. 查询函数返回数据库对象自身,以支持链式调用 --- test/TestMysql.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/test/TestMysql.h b/test/TestMysql.h index 3f0e1da..d8bd7ef 100644 --- a/test/TestMysql.h +++ b/test/TestMysql.h @@ -28,6 +28,7 @@ void test_select_blob(); void test_insert_stream(); void test_fetch_stream(); + void test_any(); private: uint32_t id; -- Gitblit v1.9.3