[ANN] LuaSQL 2.1 Released
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: [ANN] LuaSQL 2.1 Released
- From: Tomas Guisasola Gorham <tomas@...>
- Date: 2007年8月28日 18:47:32 -0300 (BRT)
LuaSQL is a simple interface from Lua to a DBMS. It enables a Lua program to:
* Connect to ODBC, ADO, Oracle, MySQL, SQLite and PostgreSQL databases;
* Execute arbitrary SQL statements;
* Retrieve results in a row-by-row cursor fashion.
LuaSQL is free software and uses the same license as Lua 5.1.
LuaSQL 2.1 changes
* Added support for SQLite 3
* Bug correction: freeing PGresults in the Postgres driver (thanks to Michael Broughton)
* Corrected memory leak when no cursor created (thanks to Klaus Ripke)
* Corrected bug avoiding duplicate access to stack
LuaSQL source code and documentation can be found at
http://www.keplerproject.org/luasql
Feedback is welcome!