Commit Graph

5 Commits

Author SHA1 Message Date
robotspace 68aeccbe7f
Add support for async insert and connection pool. (#6244)
* 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.
2021-06-01 13:35:19 +08:00
robot 057415a0ec Modify ignore list for subdirectory logs in OpenResty work directory. 2020-12-11 19:05:33 +08:00
robot b8809670d6 Add logs directory in OpenResty work dir and keep subdirectory logs empty. 2020-12-11 18:54:36 +08:00
robot f1dfe5138d Remove compile warnings and add comments for trial. 2020-12-11 18:04:31 +08:00
robot e8260ed869 Implement connector for OpenResty based on lua51.
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.
2020-12-08 14:11:22 +08:00