jasonsantos
|
10e56eb34a
|
Removed wrong comment that was breaking the build
|
2009-02-05 16:43:50 +00:00 |
|
jasonsantos
|
713ccdfa74
|
*** empty log message ***
|
2009-01-28 21:46:16 +00:00 |
|
carregal
|
a9e7db2204
|
Fixing bug [#26911] Queries cannot contain NUL values.
(bug report and patch by Conrad Irwin)
|
2008-08-25 18:13:09 +00:00 |
|
blumf
|
3993f0fdeb
|
Keeping the stack tidy - Thanks to Marco Antonio Abreu
|
2008-07-18 10:08:44 +00:00 |
|
carregal
|
0a816c78b3
|
Fixing version number
|
2008-07-12 15:11:46 +00:00 |
|
carregal
|
6ae1573c7b
|
Adding missing dependencies to the rockspec (by Hisham)
|
2008-07-03 13:40:58 +00:00 |
|
carregal
|
bf9bfe1804
|
Removing a zombie .project file
|
2008-06-30 13:54:06 +00:00 |
|
blumf
|
835d0d499f
|
Added flag to switch between direct table comparision and table content matching in the column_info test.
|
2008-06-30 10:43:03 +00:00 |
|
blumf
|
f28dc70932
|
Added conn:escape function to Firebird driver
Updated test.lua script to only warn on lack of table reuse with the getcolname and getcoltype cursor functions.
|
2008-06-27 18:39:31 +00:00 |
|
jasonsantos
|
65f84270d6
|
Added a lock timeout parameter for sqlite3 connect -- to allow sqlite3 driver to work properly on concurrency situations
Updated documentation
|
2008-06-11 00:26:13 +00:00 |
|
blumf
|
b2aee40323
|
Tracking of object lifetimes, objects only collected when out of scope and unused by dependant objects
|
2008-06-06 16:57:37 +00:00 |
|
tomas
|
3d82ecf79e
|
Correction on validating the object
|
2008-05-31 14:06:19 +00:00 |
|
tomas
|
2df28a6699
|
Partial documentation update
|
2008-05-30 19:49:41 +00:00 |
|
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 |
|