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 12月, 2021 1 次提交
  4. 14 12月, 2021 1 次提交
  5. 01 12月, 2021 1 次提交
  6. 08 9月, 2021 1 次提交
  7. 29 7月, 2021 1 次提交
  8. 21 4月, 2021 1 次提交
  9. 15 4月, 2021 1 次提交
  10. 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
  11. 01 2月, 2021 1 次提交
  12. 12 1月, 2021 5 次提交
  13. 07 1月, 2021 1 次提交
  14. 06 1月, 2021 3 次提交
  15. 03 1月, 2021 2 次提交
  16. 31 12月, 2020 2 次提交