tomas
|
5df6526298
|
Simplifying the implementation of fetch_table. Adding some information to the test user.
|
2008-05-30 17:23:59 +00:00 |
|
tomas
|
1153fa650d
|
Updating version number. Adding firebird driver to Makefile -- although useless. Adding a macro to define the version number.
|
2008-05-30 17:21:18 +00:00 |
|
blumf
|
e0cb78af4e
|
Modified the test script to handle DB engines that alter the case of field names
Added the Firebird test custom script
|
2008-05-30 15:53:44 +00:00 |
|
blumf
|
81ec65adbe
|
Changes to comply with test script. Work in progress.
|
2008-05-29 18:44:48 +00:00 |
|
tomas
|
1f4dfb1740
|
Separating the __gc metamethod from the close method of objects. Improving fetch to close finished cursors. Test improvements accordingly. Some Firebird driver corrections -- it is not passing the tests
|
2008-05-04 02:46:17 +00:00 |
|
tomas
|
9652056b05
|
Adding configuration for Firebird driver
|
2008-05-04 02:25:58 +00:00 |
|
mascarenhas
|
5deeb6d469
|
patch for type conversion (bug 1839)
|
2008-04-24 17:37:45 +00:00 |
|
mascarenhas
|
e4826280a7
|
2.2.0rc1 rockspecs
|
2008-04-14 20:52:07 +00:00 |
|
tomas
|
f6c0e05c68
|
Adding documentation about the extensions for MySQL and Postgres
|
2008-03-20 17:30:14 +00:00 |
|
blumf
|
f22e7a1dfd
|
Full error report given by return_db_error function
|
2008-03-12 17:36:19 +00:00 |
|
blumf
|
910d353558
|
Removed redundant free call in the connection close function
|
2008-03-12 14:20:41 +00:00 |
|
blumf
|
b7814d5468
|
Removed potential leaks from the execute function when error conditions are hit
Replaced a malloc in the connection data with a plain buffer
|
2008-03-11 17:33:09 +00:00 |
|
blumf
|
e4951a2b36
|
Untested makefile for firebird module
|
2008-03-11 16:58:36 +00:00 |
|
blumf
|
afb703aea3
|
All database errors are consistantly handled.
Using consistant line ending (Windows style)
Few other details tidied
|
2008-03-11 11:25:20 +00:00 |
|
blumf
|
9a0ad72255
|
Put inital cur_data in the execute function on the stack instead of malloc'ing it
|
2008-03-10 22:37:08 +00:00 |
|
blumf
|
07e40ba458
|
Tidied up the code a little.
Caught further memory leak.
|
2008-03-10 18:08:53 +00:00 |
|
blumf
|
59ec92ff88
|
Removed superfluous include
|
2008-03-10 17:43:11 +00:00 |
|
blumf
|
b92acc705f
|
Added source code for Firebird driver
|
2008-03-10 17:26:42 +00:00 |
|
mascarenhas
|
49c974c496
|
incorporated patch
http://luaforge.net/tracker/?func=detail&atid=166&aid=2066&group_id=12
|
2008-02-18 05:44:23 +00:00 |
|
mascarenhas
|
9637b62ea0
|
conn:escape for sqlite, sqlite passes all tests
|
2008-02-18 05:20:34 +00:00 |
|
mascarenhas
|
b428c563de
|
fixed leak
|
2008-02-18 05:14:09 +00:00 |
|
mascarenhas
|
7245302b99
|
mysql string escaping, mysql passes all tests
|
2008-02-18 05:12:02 +00:00 |
|
mascarenhas
|
33cd01ac67
|
more fixes
|
2008-01-16 18:46:40 +00:00 |
|
mascarenhas
|
279f4335f6
|
fixed windows makefile
|
2008-01-16 18:44:52 +00:00 |
|
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 |
|