- 12 7月, 2021 5 次提交
-
-
由 shenglian zhou 提交于
-
由 shenglian zhou 提交于
-
由 shenglian zhou 提交于
-
由 shenglian zhou 提交于
-
由 shenglian zhou 提交于
-
- 05 7月, 2021 1 次提交
-
-
由 Zhiyu Yang 提交于
* [TD-4939]<test>: add a Proxool Connection Pool Demo * change
-
- 21 6月, 2021 1 次提交
-
-
由 Zhiyu Yang 提交于
* [TD-4762]<feature>: use maven-assembly-plugin package multi package for this demo * change
-
- 08 6月, 2021 2 次提交
-
-
由 Qiyuan Jiao 提交于
remove unneeded define
-
由 jiaoqiyuan 提交于
-
- 07 6月, 2021 2 次提交
- 01 6月, 2021 3 次提交
-
-
由 Haojun Liao 提交于
-
由 sangshuduo 提交于
* make lua build.sh install necessary lib and specify include path. * [TD-4477]<hotfix>: install dependency package for tests/examples/lua build.sh. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 robotspace 提交于
* Add support for async query. Only insert result is parsed. * Add support for connection pool. * Add one case for lua connector in smoke test case list. * Build dymanic library for lua connector before smoke test.
-
- 28 5月, 2021 4 次提交
-
-
由 dapan1121 提交于
-
由 dapan1121 提交于
-
由 dapan1121 提交于
-
由 Haojun Liao 提交于
-
- 11 5月, 2021 1 次提交
-
-
由 dapan1121 提交于
-
- 08 5月, 2021 1 次提交
-
-
由 Shengliang Guan 提交于
-
- 07 5月, 2021 1 次提交
-
-
由 dapan1121 提交于
-
- 28 4月, 2021 1 次提交
-
-
由 Haojun Liao 提交于
-
- 23 4月, 2021 1 次提交
-
-
由 zyyang 提交于
* [TD-3841]<fix>: getFloat methed get 0 when data value is null * change jdbc driver version number * change * [TD-3841]<test>: test Mybatis query null value * change
-
- 22 4月, 2021 3 次提交
- 21 4月, 2021 3 次提交
-
-
由 sangshuduo 提交于
* [TD-3880]<fix>: C# driver test miss unsigned type. * [TD-3880]<fix>: C# driver test miss unsigned type. also modify other files as what TD-3204 did. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
for develop branch. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
由 sangshuduo 提交于
* [TD-3877]<fix>: C# query result determination mechanism changed. * [TD-3877]<fix>: C# query result determination mechanism changed. change taosdemo and C#checker. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 15 4月, 2021 1 次提交
-
-
由 Huo Linhe 提交于
-
- 14 4月, 2021 2 次提交
-
-
由 Huo Linhe 提交于
Added unsigned integer types and change taosdemo insert and select queries for these types. taos define | taos sql | c# --- | --- | --- UTINYINT | TINYINT UNSIGNED | `byte` USMALLINT | SMALLINT UNSIGNED | `ushort` UINT | INT UNSIGNED | `uint` UBIGINT | BIGINT UNSIGNED | `ulong` TINYINT | TINYINT | `sbyte` Note: also change the tinyint value type to C# `sbyte`(the right signed one byte type) in this pr.
-
由 Ping Xiao 提交于
-
- 13 4月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-3401]<fix>: taosdemo query statistic. refactor func name. * [TD-3401]<fix>: taosdemo query statistic. refactor func name 2. * [TD-3401]<fix>: taosdemo support query statistic. implementation. * cleanup Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 12 4月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* [TD-3683]<fix>: reduce buffer size for more stable table creation. * [TD-3683]<fix>: taosdemo create lots of tables. clean up. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 09 4月, 2021 2 次提交
-
-
由 robotspace 提交于
* Set value for std with c99 to avoid compile error on CentOS7. * Get parameter from stack by same sequence. * Add performance test.
-
由 dapan1121 提交于
-
- 02 4月, 2021 1 次提交
-
-
由 张金富 提交于
* Update taosdemo.go 去掉多用的括号和分号 格式化代码 * Update taosdemo.go 地址改回127.0.0.1
-
- 31 3月, 2021 1 次提交
-
-
由 nianhongdong 提交于
71和76行测试示例的数据库和表名没有动态拼接,测试用在前面改数据库名和表名,会导致运行报错
-
- 29 3月, 2021 1 次提交
-
-
由 zyyang 提交于
* [TD-3410]feature: adapted to nutz * change * change * change * change * [TD-3447]<feature>: JDBC-RESTful and JDBC-JNI support setObject * change * change * change * change * change * change * change * change * change * change * change * change * [TD-3548]<feature>: support ParameterMetaData in JDBC-RESTful and JDBC-JNI * change * change * [TD-3446]<feature>: JDBC-JNI and JDBC-RESTful do not need invoke Class.forName any more * change jdbc version * change * change * change
-
- 25 3月, 2021 1 次提交
-
-
由 dapan1121 提交于
-