- 01 6月, 2021 1 次提交
-
-
由 robotspace 提交于
* Add support for async query. Only insert result is parsed. * Add support for connection pool. * Add one case for lua connector in smoke test case list. * Build dymanic library for lua connector before smoke test.
-
- 09 4月, 2021 1 次提交
-
-
由 robotspace 提交于
* Set value for std with c99 to avoid compile error on CentOS7. * Get parameter from stack by same sequence. * Add performance test.
-
- 11 12月, 2020 3 次提交
- 08 12月, 2020 1 次提交
-
-
由 robot 提交于
Connector is implemented by lua51 but luajit and ffi are not included. Connection pool is not implemented yet. It is a raw demonstration at present and not verified on production environment.
-
- 07 12月, 2020 1 次提交
-
-
由 robot 提交于
-
- 30 8月, 2020 1 次提交
-
-
由 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.
-
- 12 11月, 2019 1 次提交
-
-
由 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.
-
- 07 11月, 2019 1 次提交
-
-
由 slguan 提交于
-
- 10 8月, 2019 1 次提交
-
-
由 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.
-
- 04 8月, 2019 1 次提交
-
-
由 robot 提交于
-