1. 07 12月, 2019 2 次提交
  2. 06 12月, 2019 1 次提交
  3. 13 11月, 2019 1 次提交
  4. 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
  5. 11 11月, 2019 1 次提交
  6. 07 11月, 2019 1 次提交
  7. 06 11月, 2019 1 次提交
  8. 27 9月, 2019 1 次提交
  9. 25 9月, 2019 1 次提交
    • F
      Update pom.xml · 137c4cf1
      fangpanpan 提交于
      upgrade the version of dependency of "com.fasterxml.jackson.core"
      137c4cf1
  10. 24 9月, 2019 1 次提交
  11. 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
  12. 22 8月, 2019 1 次提交
  13. 14 8月, 2019 2 次提交
  14. 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
  15. 05 8月, 2019 1 次提交
  16. 04 8月, 2019 1 次提交
  17. 03 8月, 2019 1 次提交
  18. 01 8月, 2019 2 次提交
  19. 29 7月, 2019 3 次提交
  20. 28 7月, 2019 1 次提交
  21. 26 7月, 2019 2 次提交
  22. 24 7月, 2019 1 次提交
  23. 22 7月, 2019 1 次提交
  24. 19 7月, 2019 1 次提交
  25. 15 7月, 2019 2 次提交
    • J
      Update pom.xml · 00d8b9c0
      johnnyhou327 提交于
      Change the pom.xml for the JDBC demo project so that users can directly compile and package an executable jar with all the dependencies.
      00d8b9c0
    • J
      Create readme.md · 5eb75151
      johnnyhou327 提交于
      5eb75151
  26. 11 7月, 2019 2 次提交