1. 09 5月, 2020 1 次提交
  2. 07 5月, 2020 1 次提交
  3. 02 5月, 2020 1 次提交
  4. 01 5月, 2020 2 次提交
  5. 24 4月, 2020 1 次提交
  6. 16 4月, 2020 2 次提交
  7. 06 4月, 2020 2 次提交
  8. 05 4月, 2020 2 次提交
  9. 29 3月, 2020 1 次提交
  10. 19 3月, 2020 1 次提交
  11. 12 3月, 2020 1 次提交
  12. 21 2月, 2020 2 次提交
  13. 18 1月, 2020 2 次提交
  14. 16 1月, 2020 2 次提交
  15. 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
  16. 08 1月, 2020 1 次提交
  17. 06 1月, 2020 8 次提交
  18. 07 12月, 2019 2 次提交
  19. 06 12月, 2019 1 次提交
  20. 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
  21. 11 11月, 2019 1 次提交
  22. 07 11月, 2019 1 次提交
  23. 27 9月, 2019 1 次提交
  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 次提交