1. 21 12月, 2021 1 次提交
    • X
      [TD-10547]<feature>:c# support json tag (#9069) · 8cfebc4e
      xiaolei li 提交于
      * [TD-10547]<feature>:c# support json tag
      
      * fix conflict
      
      * fix conflict  2nd
      
      * ci re run
      
      * fix ci
      
      * ci test
      
      * ci test3rd
      
      * split git ingnore file into prject direction
      
      * fix format JsonTag.cs
      8cfebc4e
  2. 16 12月, 2021 1 次提交
  3. 14 12月, 2021 1 次提交
  4. 09 12月, 2021 1 次提交
  5. 01 12月, 2021 1 次提交
  6. 16 11月, 2021 1 次提交
  7. 08 9月, 2021 1 次提交
  8. 29 7月, 2021 1 次提交
  9. 21 4月, 2021 3 次提交
  10. 15 4月, 2021 1 次提交
  11. 14 4月, 2021 1 次提交
    • H
      [TD-3204]<fix>: support usigned integer types for C# connector (#5808) · 8713f96d
      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.
      8713f96d
  12. 01 2月, 2021 1 次提交
  13. 12 1月, 2021 5 次提交
  14. 07 1月, 2021 1 次提交
  15. 06 1月, 2021 3 次提交
  16. 03 1月, 2021 2 次提交
  17. 31 12月, 2020 2 次提交
  18. 19 10月, 2020 1 次提交
  19. 26 8月, 2020 2 次提交
  20. 06 6月, 2020 1 次提交
  21. 26 7月, 2019 1 次提交