Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-03 | queued: add missing methodsHEADmaster | Asbjørn Sloth Tønnesen | |
Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk> | |||
2020-06-03 | Add support for asynchronous notifications | Asbjørn Sloth Tønnesen | |
If a notification handler is set using db:set_notifier(cb) then the event loop will be kept alive until db:close() is called or the event loop. Prior to this a database connection would never keep the event loop running. https://www.postgresql.org/docs/current/libpq-notify.html Signed-off-by: Asbjørn Sloth Tønnesen <ast@2e8.dk> | |||
2013-08-23 | Dedup out of band query parameter handlingfix-null-handling | Asbjørn Sloth Tønnesen | |
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz> | |||
2013-08-23 | Add support for nil/NULL in out of band query parameters | Asbjørn Sloth Tønnesen | |
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz> | |||
2013-08-23 | test: add tests of nil/NULL support | Asbjørn Sloth Tønnesen | |
Signed-off-by: Asbjørn Sloth Tønnesen <asbjorn@asbjorn.biz> | |||
2013-01-31 | reuse w.data for storing Lua thread | Emil Renner Berthing | |
2013-01-31 | set notice receiver to avoid messages on stdout | Emil Renner Berthing | |
2013-01-31 | check parameters in db:exec() and db:run() | Emil Renner Berthing | |
2013-01-31 | PQresetStart() needs to be paired with PQresetPoll() | Emil Renner Berthing | |
2013-01-31 | don't set w.events directly, always use ev_io_set() | Emil Renner Berthing | |
2013-01-31 | various small fixes | Emil Renner Berthing | |
2013-01-31 | better function names | Emil Renner Berthing | |
2013-01-31 | better error handling | Emil Renner Berthing | |
2013-01-31 | test: connect with password and fix newsleeper | Emil Renner Berthing | |
2013-01-31 | Makefile: set global CFLAGS, LDFLAGS and LIBS | Emil Renner Berthing | |
2012-07-18 | update for LEM 0.3 | Emil Renner Berthing | |
2011-03-11 | Makefile: use pkg-config | Emil Renner Berthing | |
2011-03-09 | nitpick Lua code | Emil Renner Berthing | |
2011-03-02 | initial commit | Emil Renner Berthing | |