- 21 4月, 2021 1 次提交
-
-
由 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 1 次提交
-
-
由 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.
-
- 01 2月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 12 1月, 2021 5 次提交
-
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
-
由 sangshuduo 提交于
-
- 06 1月, 2021 1 次提交
-
-
由 sangshuduo 提交于
-
- 03 1月, 2021 1 次提交
-
-
由 sangshuduo 提交于
support multithread create table and insertion.
-
- 31 12月, 2020 1 次提交
-
-
由 sangshuduo 提交于
-