1. 30 8月, 2020 1 次提交
    • R
      Update query api for Lua connector. · ba31633a
      robot 提交于
      All connectors should be updated since taos_query has been modified for thread safety. Only query api is updated, callback in stream is not yet.
      ba31633a
  2. 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
  3. 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
  4. 04 8月, 2019 1 次提交