1. 07 3月, 2022 1 次提交
  2. 10 2月, 2022 1 次提交
    • sangshuduo's avatar
      [TD-13408]<test>: move tests directory out (#10174) · f94bfbae
      sangshuduo 提交于
      * [TD-13408]<test>: move tests directory out
      
      * restore Jenkinsfile due to tests dir removal
      
      * add --remote parameter to git submodule update
      
      * git reset hard before checkout to branch
      
      * call git submodule update for some submodules
      
      * remove tests directory before checkout due to conflict
      
      * as all branches remove tests, no need to remove it in script
      Co-authored-by: Ntangfangzhi <fztang@taosdata.com>
      f94bfbae
  3. 16 1月, 2022 1 次提交
  4. 05 1月, 2022 1 次提交
  5. 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
  6. 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
  7. 16 12月, 2021 1 次提交
  8. 14 12月, 2021 1 次提交
  9. 09 12月, 2021 1 次提交
  10. 01 12月, 2021 1 次提交
  11. 16 11月, 2021 1 次提交
  12. 08 9月, 2021 1 次提交
  13. 29 7月, 2021 1 次提交
  14. 21 4月, 2021 3 次提交
  15. 15 4月, 2021 1 次提交
  16. 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
  17. 01 2月, 2021 1 次提交
  18. 12 1月, 2021 5 次提交
  19. 07 1月, 2021 1 次提交
  20. 06 1月, 2021 3 次提交
  21. 03 1月, 2021 2 次提交
  22. 31 12月, 2020 2 次提交
  23. 19 10月, 2020 1 次提交
  24. 26 8月, 2020 2 次提交
  25. 06 6月, 2020 1 次提交
  26. 26 7月, 2019 1 次提交