github arcapos/luapgsql 1.6.0
pgsql-1.6.0

latest releases: pgsql-1.6.7, 1.6.1
8 years ago

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.

Don't miss a new luapgsql release

NewReleases is sending notifications on new releases.