1. 21 4月, 2021 1 次提交
  2. 15 4月, 2021 1 次提交
  3. 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
  4. 01 2月, 2021 1 次提交
  5. 12 1月, 2021 5 次提交
  6. 06 1月, 2021 1 次提交
  7. 03 1月, 2021 1 次提交
  8. 31 12月, 2020 1 次提交