This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Fabio Mascarenhas (author)
Tue Oct 20 09:38:38 -0700 2009
luasql /
| name | age | message | |
|---|---|---|---|
| |
Makefile | Fri May 30 10:21:18 -0700 2008 | |
| |
Makefile.win | Wed Jan 16 10:46:40 -0800 2008 | |
| |
Makefile.win.ado | Mon Jun 04 12:28:14 -0700 2007 | |
| |
Makefile.win.firebird | Tue Mar 11 09:58:36 -0700 2008 | |
| |
Makefile.win.mysql | Thu Mar 05 15:57:53 -0800 2009 | |
| |
Makefile.win.odbc | Thu Mar 05 15:57:53 -0800 2009 | |
| |
Makefile.win.sqlite3 | Thu Mar 05 15:57:53 -0800 2009 | |
| |
README | Mon Oct 29 14:44:54 -0700 2007 | |
| |
config | Fri May 30 10:21:18 -0700 2008 | |
| |
doc/ | Tue Jun 10 17:26:13 -0700 2008 | |
| |
rockspec/ | Tue Oct 20 09:38:38 -0700 2009 | |
| |
src/ | Thu Jul 30 04:25:48 -0700 2009 | |
| |
tests/ | Mon Jun 30 03:43:03 -0700 2008 | |
| |
vc6/ | Fri May 12 08:04:06 -0700 2006 |
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)







