1. 30 12月, 2021 1 次提交
    • X
      [TD-12534](connector)<enchance>:scharp connector publish to nuget (#9444) · a270e94d
      xiaolei li 提交于
      * [TD-12534](connector)<enchance>:scharp connector publish to nuget
      
      * [TD-12534]<enchance>(connector):scharp connector publish to nuget
      
      * [TD-12534]<enchance>(connector):remove nuget pack
      
      * [TD-12534]<enhance>(connector):ci test
      
      * [TD-12534](connector)<enchance>:fix with review comments
      a270e94d
  2. 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
  3. 16 12月, 2021 1 次提交
  4. 14 12月, 2021 1 次提交
  5. 09 12月, 2021 1 次提交
  6. 01 12月, 2021 1 次提交
  7. 16 11月, 2021 1 次提交
  8. 08 9月, 2021 1 次提交
  9. 29 7月, 2021 1 次提交
  10. 21 4月, 2021 3 次提交
  11. 15 4月, 2021 1 次提交
  12. 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
  13. 01 2月, 2021 1 次提交
  14. 12 1月, 2021 5 次提交
  15. 07 1月, 2021 1 次提交
  16. 06 1月, 2021 3 次提交
  17. 03 1月, 2021 2 次提交
  18. 31 12月, 2020 2 次提交
  19. 19 10月, 2020 1 次提交
  20. 26 8月, 2020 2 次提交
  21. 06 6月, 2020 1 次提交
  22. 26 7月, 2019 1 次提交