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.