[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] LuaSQL 2.1.1 Released
- From: "Andre Carregal" <carregal@...>
- Date: Mon, 29 Oct 2007 22:58:35 -0300
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.1 version:
* Fixed a bug in the SQLite3 error handling (patch by David Burgess)
* Fixed bug [#1834] for SQLite 3 (found by Savin Zlobec, patch
by Marc Nijdam)
* Fixed bug [#1770] for SQLite 3 (found by Enrico Tassi, patch
by Marc Nijdam)
For more details, please check http://www.keplerproject.org/luasql/
Feedback is welcome, for bug reporting please use the LuaForge bug tracker.
Thanks in advance,
André