Anton Heryanto Hasan

Results 9 comments of Anton Heryanto Hasan

Just for note this #21 already propose prepared statements survive across the boundary of the request handlers and keep states in the cosocket connection pools, i have plan to continue...

i think we should put this in another lua-resty-\* like library and we are badly need something like bower or component which will scan github project which has something openresty.json...

@bungle actually already handle that in my library [lua-resty-post](https://github.com/antonheryanto/lua-resty-post) which convert application/x-www-form-urlencoded, application/json and multipart/form-data into lua table. it save file into temporary files (which path configurable) and provides info...

would like to have luarock support on lua-resty module also, but i see the pain. is it better / good practice just generate luarock spec on demand using Makefile? have...

i have tested on my side, and confirm the database property is set at runtime when using table property definition using other type ```csharp class Db : Database { Table...

there is 3 API for InsertOrUpdate ```cs InsertOrUpdate(Id, new { Name = "test" }); //return Id (means param id first 0 than assigned the autoincrement value InsertOrUpdate(new {UserId}, new {...

i have check on my side cannot reproduce the problem. can you provide minimal test case to reproduce the issue

Sorry can't understand Chinese language, based on google translate you would like to now how to dispose the connection, its just by execute ```cs DbContext.Dispose(); ``` when the process complete.

please provide code reproduce, so i can test on my side