Skip to content

pgsql-1.6.0

Compare
Choose a tag to compare
@mbalmer mbalmer released this 21 Aug 08:30
· 31 commits to master since this release

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.