LuaSQL with CMake build script. Testing Mercurial forests and Git superprojects.
master
BranchesTags
Commiter: Eric Wing
Author: Eric Wing
Revision: 7b05c2793d
(August 30, 2008 15:51 UTC) Over 3 years ago
Added ignore file
| Name | Date | Rev. | Commit message |
|---|---|---|---|
| CMakeModules | |||
| doc | |||
| src | |||
| tests | |||
| vc6 | |||
| .gitignore | |||
| cmake_uninstall.cmake.in | |||
| CMakeLists.txt | |||
| config | |||
| Makefile | |||
| Makefile.win.ado | |||
| Makefile.win.mysql | |||
| Makefile.win.odbc | |||
| Makefile.win.sqlite3 | |||
| README |
README
LuaSQL 2.1 http://www.keplerproject.org/luasql/ 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. Source code for LuaSQL can be downloaded from the LuaForge page. If you are using LuaBinaries a Windows binary version of LuaSQL can be found at the same LuaForge page. LuaSQL 2.1.1 [29/Oct/2007] * 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)