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