Commit Graph

20 Commits

Author SHA1 Message Date
Linhe Huo 3aab4b024f
[TD-6535]<fix>: force cleanup tscCache to close tsc timer, which will cause segmentfault (#7818)
* [TD-6535]<fix>: force cleanup tscCache to close tsc timer, which will cause segmentfault

* [TD-6543]<doc>: document support compile with dotnet sdk
2021-09-08 10:15:04 +08:00
xiaolei li 8ad7443822
[TD-4944]:c# connector nanosecond support (#7041)
* [TD-4944]:c# connector nanosecond support

* [TD-4944]:c# connector nanosecond support

* [TD-4944]:c# connector nanosecond support fix indent
2021-07-29 16:37:58 +08:00
haojun Liao 9f70bace9b
Merge branch 'develop' into feature/qrefactor 2021-04-23 18:10:49 +08:00
Shuduo Sang 808019af4d
Hotfix/sangshuduo/td 3877 c sharp query result (#5866)
* [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: Shuduo Sang <sdsang@taosdata.com>
2021-04-21 09:51:09 +08:00
Huo Linhe 80a87159ff
[TD-2976]<fix>: check 1970 timestamp support in C# taosdemo (#5813) 2021-04-15 10:56:48 +08:00
Huo Linhe 8713f96d2f
[TD-3204]<fix>: support usigned integer types for C# connector (#5808)
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.
2021-04-14 17:39:56 +08:00
Shuduo Sang 6ec2bca1b8 [TD-2901] <fix>: fix bug taosdemo with mono compiled does not exit. 2021-02-01 17:31:05 +08:00
Shuduo Sang 686b90998d [TD-2598] feature: C# taosdemo, hide config print. 2021-01-12 23:34:43 +08:00
Shuduo Sang 4acd2069e6 [TD-2598] feature: C# taosdemo, use return value. 2021-01-12 19:24:33 +08:00
Shuduo Sang 68a9a2ae44 [TD-2598] feature: C# taosdemo, CI integration. 2021-01-12 19:14:01 +08:00
Shuduo Sang 7b476ef75f [TD-2598] feature: C# taosdemo, support query command. 2021-01-12 18:52:35 +08:00
Shuduo Sang 2f027acdd5 [TD-2598] feature: C# taosdemo, cleanup and minor fix. 2021-01-12 15:47:50 +08:00
Shuduo Sang 54e479015c [TD-2598] feature: C# taosdemo, update README.md 2021-01-07 00:07:53 +08:00
Shuduo Sang 1037822a57 [TD-2598] feature: C# taosdemo. add TDengineDriver.cs 2021-01-06 23:46:27 +08:00
Shuduo Sang 221877050f [TD-2598] feature: C# taosdemo, remove .dll to support both Linux and Windows. 2021-01-06 23:33:41 +08:00
Shuduo Sang fc166e9c98 [TD-2598] feature: C# taosdemo support normal table, and insert only. 2021-01-06 23:30:20 +08:00
Shuduo Sang 2cef0333df [TD-2598] feature: C# taosdemo
update README.md
2021-01-03 22:48:56 +08:00
Shuduo Sang 05a12b6357 [TD-2598] feature: C# taosdemo
support multithread create table and insertion.
2021-01-03 22:46:02 +08:00
Shuduo Sang 980f5862c0 add simple README.md 2020-12-31 19:41:45 +08:00
Shuduo Sang b913caacd3 first version C# taosdemo. 2020-12-31 19:39:46 +08:00