342 Commits

Author SHA1 Message Date
mascarenhas
fd24fedd30 makefile for luarocks on windows 2008-01-16 18:33:02 +00:00
mascarenhas
8f08eb1c39 *** empty log message *** 2008-01-12 20:57:43 +00:00
mascarenhas
7a888b3ca1 Added getlastautoid to mysql driver (necessary for orbit.model) 2008-01-12 20:54:09 +00:00
mascarenhas
c9eca52161 Added rockspecs to CVS tree 2008-01-08 18:50:49 +00:00
carregal
ab6141d9c5 XHMTL corrections 2007-10-30 01:10:49 +00:00
carregal
59e9a12fb8 Version 2.1.1 2007-10-29 21:44:54 +00:00
carregal
4f841f4a0a Minor details 2007-10-29 21:44:25 +00:00
carregal
ef4cf909ff Version 2.1.1 2007-10-29 20:58:23 +00:00
carregal
0addd6f292 Preparing the doc for the 2.2.1 release 2007-10-29 03:29:43 +00:00
carregal
0976668f14 Using a default prefix for the Makefile 2007-10-27 22:55:27 +00:00
carregal
e1f99daae1 Fix bug [#1770] Sqlite3 not passing all tests (found by Enrico Tassi)
Patch by Marc Nijdam
2007-10-16 15:42:50 +00:00
carregal
648cced66b Fixed bug [#1770] Sqlite3 not passing all tests
Patch by Marc Nijdam
2007-10-16 15:36:08 +00:00
carregal
cadf41be20 Fixed bug [#1834] Double free (sqlite3_finalize) in ls_sqlite3.c
Only part of the included patch was applied, since the test for NULL was redundant (tks to Savin Zlobec and Marc Nijdam)
2007-10-16 15:23:48 +00:00
carregal
64eb574aa4 Correcting a bug in the error handling (patch by David Burgess) 2007-09-12 00:26:10 +00:00
carregal
98f46aadb1 Minor revision 2007-08-28 20:01:13 +00:00
carregal
8dc59585d4 Review for the 2.1 release 2007-08-27 21:46:45 +00:00
carregal
5219e2aa31 HTML review for the 2.1 release 2007-08-27 21:46:04 +00:00
carregal
6e2fd15124 Preparing for the 2.1 release 2007-08-27 19:29:10 +00:00
tomas
36dbc6a1ef Avoiding warning regarding different pointer types 2007-08-22 18:40:24 +00:00
tomas
2dcd7aaaa6 Standardizing luaopen_* function names 2007-08-22 18:37:06 +00:00
tomas
331b7e5afc Changing version to 2.1.0. Adding compiler option -pedantic 2007-06-18 01:27:49 +00:00
tomas
15c8293dc6 Adding function to escape strings and a test for it. Changing version to 2.1.0 2007-06-18 01:22:45 +00:00
carregal
0123585930 SQLite 3 Windows makefile - working 2007-06-15 20:40:47 +00:00
carregal
45bf5802f1 Coorections in the Windows makefile - working now 2007-06-05 22:08:48 +00:00
carregal
c9553c46fb First try at the MySQL Windows Makefile - not working yet 2007-06-04 23:51:15 +00:00
carregal
34206d70a4 Windows Makefile for the ADO module 2007-06-04 19:28:14 +00:00
carregal
fc1359dc6c Corrections on Lua paths and the make clean rule 2007-05-22 18:46:58 +00:00
carregal
e28e9dc7a8 Changes related to the new build strucutre using Lua 5.1 default paths 2007-05-18 19:52:57 +00:00
tomas
2d6a09195a Correcting implementation of methods commit and rollback, to return a boolean. 2007-05-02 13:58:56 +00:00
tomas
47c3b62197 Bug correction: freeing PGresults (thanks to Michael Broughton) 2007-05-02 13:42:25 +00:00
mascarenhas
0593a54f09 Removed dependency on newer SQLites. 2007-04-30 00:24:42 +00:00
mascarenhas
87dd2bf208 getlastautoid function in sqlite3 driver 2007-04-13 03:05:59 +00:00
mascarenhas
97c6b0e1f9 Added driver for SQLite Version 3y 2007-04-06 23:46:04 +00:00
mascarenhas
d1dcedd41f One windows Makefile for each driver; did Makefile.win.odbc 2007-04-03 18:00:16 +00:00
mascarenhas
c8080c7687 Windows Makefile (except JDBC) 2007-03-21 23:12:57 +00:00
tomas
e00c33c287 Adding test to check whether the setautocommit method is return a boolean. Correcting drivers MySQL, Oracle, Postgres and SQLite 2007-03-09 14:56:20 +00:00
tomas
d29054b8b3 Correcting memory leak when no cursor created. Thanks to Klaus Ripke 2006-09-18 14:04:56 +00:00
tomas
aa7ee3ba4a Avoiding duplicate access to stack 2006-09-18 11:39:00 +00:00
tomas
226cf45824 Upgrading to work on both Lua 5.0 and 5.1 2006-08-22 14:42:59 +00:00
carregal
c055de4bbc Reference to LuaBinaries 5.0.2 2006-06-26 18:29:05 +00:00
carregal
eabd24a62c Minor text and XHTML revisions 2006-06-26 17:18:35 +00:00
thiago
e4a1779ba2 JDBC driver bug fixes and changes to work in a similar way to other drivers. 2006-06-20 03:06:09 +00:00
mascarenhas
88965d6a4c Added ado.lua test file for ADO. 2006-06-12 19:38:24 +00:00
mascarenhas
963b26d0b6 Added copyright, version and description. 2006-06-09 19:10:34 +00:00
mascarenhas
0b69ad1bd2 Added copyright, description and version to ADO and JDBC drivers. 2006-06-09 17:53:08 +00:00
carregal
c511090048 Minor revisions 2006-05-31 23:08:08 +00:00
carregal
1315b4f3b3 Updated project history details for 2.0.2 2006-05-31 22:57:09 +00:00
carregal
a365255b5f Updated the _VERSION and _COPYRIGHT fields 2006-05-31 22:44:21 +00:00
carregal
3ecf6f15ba Correct the tests to run on SQLite 2 2006-05-31 21:43:33 +00:00
carregal
f2c6fcb960 Correct the tests to run on Oracle OCI8 2006-05-31 21:43:15 +00:00