1. 31 3月, 2020 1 次提交
  2. 29 3月, 2020 1 次提交
  3. 19 3月, 2020 1 次提交
  4. 12 3月, 2020 1 次提交
  5. 21 2月, 2020 2 次提交
  6. 18 1月, 2020 2 次提交
  7. 16 1月, 2020 2 次提交
  8. 13 1月, 2020 1 次提交
    • weixin_48148422's avatar
      fix two bugs: · bae48b73
      weixin_48148422 提交于
      1. taos_consume block for evev
      2. taos_fetch_block returns 0 in subscription
      bae48b73
  9. 08 1月, 2020 1 次提交
  10. 06 1月, 2020 8 次提交
  11. 07 12月, 2019 2 次提交
  12. 06 12月, 2019 1 次提交
  13. 13 11月, 2019 1 次提交
  14. 12 11月, 2019 1 次提交
    • R
      Add support for continuous query in Lua connector. · 79e1a7bc
      robot 提交于
      Malloc memory to store Lua state and callback function from Lua. Connector can support multiple connection by this way.
      Memory will be freed when connection isn't established successfully or connection is closed by lua call. Stream content
      in Lua is not the same one with stream content in connector.
      
      A loop in test code do the job for continuous query. record is inserted between query actions.
      79e1a7bc
  15. 11 11月, 2019 1 次提交
  16. 07 11月, 2019 1 次提交
  17. 06 11月, 2019 1 次提交
  18. 27 9月, 2019 1 次提交
  19. 25 9月, 2019 1 次提交
    • F
      Update pom.xml · 137c4cf1
      fangpanpan 提交于
      upgrade the version of dependency of "com.fasterxml.jackson.core"
      137c4cf1
  20. 24 9月, 2019 1 次提交
  21. 29 8月, 2019 2 次提交
    • F
      Update pom.xml · c36aa542
      fangpanpan 提交于
      Upgrade org.apache.zookeeper:zookeeper to version 3.4.14 to avoid vulnerability
      c36aa542
    • F
      Update pom.xml · ca09fe90
      fangpanpan 提交于
      upgrade the version of dependency "com.fasterxml.jackson.core" from "2.9.5" to "2.9.9" to avoid vulnerability.
      ca09fe90
  22. 22 8月, 2019 1 次提交
  23. 14 8月, 2019 2 次提交
  24. 10 8月, 2019 1 次提交
    • R
      Return records with seperated fields in lua connector. · 02629361
      robot 提交于
      Field names and values are both returned. Client application gets value by field name. It runs as convention except that bool type is returned as one byte,tiny integer. Bool type will be returned in future if tiny integer causes confusion.
      02629361
  25. 05 8月, 2019 1 次提交
  26. 04 8月, 2019 1 次提交
  27. 03 8月, 2019 1 次提交