1. 24 8月, 2019 1 次提交
    • weixin_48148422's avatar
      fix several issues in string token parsing · 693ee662
      weixin_48148422 提交于
      1. the shell should not remove escape sequence \' and \" in a string.
      2. `tsParseTime` should not unescape the next string token (this issue
      appears after the first issue was fixed).
      3. `value[4] != '-'` in `tsParseTime` crashes in rare case if `value[4]`
      is in unallocated virtual memory.
      4. `operator[x]` and `delimiter[x]` may result in unexcepted behavior
      as string is utf-8 encoded and `x < 0` could be true.
      5. changes the behavior of `tscGetToken` a little: now, unescaped single
      quotation is allowed in double quoted strings and unescaped double quotation
      is allowed in single quoted strings.
      6. minor performance improvements and other improvements.
      693ee662
  2. 23 8月, 2019 2 次提交
  3. 22 8月, 2019 8 次提交
  4. 21 8月, 2019 2 次提交
  5. 19 8月, 2019 1 次提交
  6. 17 8月, 2019 3 次提交
  7. 16 8月, 2019 3 次提交
    • F
      2aa6c666
    • P
      Merge pull request #373 from satng/patch-1 · 4a644da7
      plum-lihui 提交于
      Update taosSqlCgo.go
      4a644da7
    • L
      Update taosSqlCgo.go · 0129a04a
      liuliang 提交于
      这个dbname都没有传进行,在连接池的情况下,每个连接都在选 use db.
      
      当连接池切换连接时,就会出现 invalid DB。
      ```
      8/16 12:44:46 dsn.go:59: input dsn: root:taosdata@/tcp(127.0.0.1)/sensors_test
      TAOS DRIVER 2019/08/16 12:44:46 dsn.go:130: cfg info: &{user:root passwd:taosdata net:/tcp addr:127.0.0.1 port:0 dbName:sensors_test params:map[] loc:0xed6be0 columnsWithAlias:false interpolateParams:true parseTime:true}
      TAOS DRIVER 2019/08/16 12:44:46 taosSqlCgo.go:52: taosQuery() input sql:INSERT INTO d_BDCF682B78F44364AA551B0F5E6BD1F6_acc USING acc_data TAGS ('BDCF682B78F44364AA551B0F5E6BD1F6','20190816-
      TAOS DRIVER 2019/08/16 12:44:46 taosSqlCgo.go:61: taos_query() failed: invalid DB
      ```
      0129a04a
  8. 15 8月, 2019 3 次提交
  9. 14 8月, 2019 12 次提交
  10. 13 8月, 2019 1 次提交
  11. 12 8月, 2019 4 次提交