- 01 6月, 2021 1 次提交
-
-
由 sangshuduo 提交于
* make lua build.sh install necessary lib and specify include path. * [TD-4477]<hotfix>: install dependency package for tests/examples/lua build.sh. Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
-
- 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.
-
- 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 提交于
-
- 04 8月, 2019 1 次提交
-
-
由 robot 提交于
-