Releases: arcapos/luapgsql
Releases · arcapos/luapgsql
pgsql-1.6.7
Minor bugfix release. res:copy(true) would not correctly convert boolean values.
pgsql-1.6.1
Return nil when a command execution function returns NULL.
pgsql-1.6.0
Changes
- Improvements regarding Lua stack use.
- Nicer API, e.g. returning true/false instead of the integer value the underlying libpq functions return.
- Simplifications.
API Changes
- Functions like execParams() no longer can be passed tables directly. If you have created e.g. a table containing the parameters for a parametrized query, use table.unpack() to pass the table as discrete values.
pgsql-1.4.10
Support for PostgreSQL 9.5, better support for Lua 5.3