Skip to content

Releases: lunarmodules/luasql

Added read-only mode to SQLite3 and two new methods to MySQL fetch

09 Sep 15:30
Compare
Choose a tag to compare

Added read-only mode to SQLite3 and two new methods to MySQL fetch.
This release also added the library opening functions to luasql.h in order to ease the initialization process in C applications.

Added seek method to MySQL driver

14 Jun 14:01
Compare
Choose a tag to compare

Added seek method to MySQL driver and bug-fix on ODBC driver number retrieval.

Some small improvements

31 Oct 13:55
Compare
Choose a tag to compare
v2.4.0

Updating current version number.

Minor corrections

23 Feb 19:18
Compare
Choose a tag to compare
v2.3.5

Rockspecs for new version.

Bug correction on Postgres driver

30 Oct 20:45
Compare
Choose a tag to compare

Bug correction on escape function of Postgres driver: strings bigger than the default buffer size are now correctly handled.

Bug correction on Postgres driver

16 May 11:45
Compare
Choose a tag to compare

Bug correction in the generation of error message after a failed connection.

v2.3.2

14 May 22:52
Compare
Choose a tag to compare

Bug correction on Postgres version

Compilation improvement on Postgres driver

28 Mar 12:57
Compare
Choose a tag to compare

Improvement on Postgres driver to work with compilers that don't provide dynamic array allocation.