Hisham Muhammad
54245b1413
Merge documentation updates.
2014-12-11 14:26:28 -02:00
Hisham Muhammad
afa6a3e08f
Merge pull request #24 from tst2005/master
...
Use relative link to doc.css : prevent mixed https/http content
2014-12-11 12:52:44 -02:00
TsT
1397c87db0
Use relative link to doc.css : prevent from mixed content when the html page is over https
2014-12-11 14:37:47 +01:00
Scott Morgan
260def77db
Casting between char and SQLCHAR
2014-08-06 20:07:11 +01:00
Scott Morgan
56bfe3ae61
Using correct type for SQLRowCount call
2014-08-06 18:25:02 +01:00
Hisham Muhammad
87f2017eba
Use local doc.css file, suitable for offline reading.
2014-01-29 18:02:39 -02:00
Tomas Guisasola
460ec06ef3
Small corrections regarding version 2.3.
2013-09-25 20:54:44 -03:00
Tomas Guisasola
c68dee61a0
Add a line about version 2.3.
2013-09-25 20:50:27 -03:00
Tomas Guisasola
2ee122ad38
Merge branch 'master' of github.com:keplerproject/luasql
2013-09-23 17:55:15 -03:00
Tomas Guisasola
c39aba1079
Bug correction in the implementation of luaL_setfuncs, despite the fact that it doesn't manifest since there are no upvalues.
2013-09-23 17:50:02 -03:00
Tomas Guisasola
1be923325f
Removing unnecessary compatibility function definition.
2013-09-17 13:53:53 -03:00
Tomas Guisasola
531ab6a13f
Merge branch 'master' of github.com:keplerproject/luasql
2013-08-16 19:48:10 -03:00
Tomas Guisasola
10744ada73
Defining luaL_newmetatable() for Lua 5.0 code.
2013-08-16 19:46:51 -03:00
blumf
72e8c5b117
Merge pull request #9 from juanper/patch-1
...
Update src/ls_odbc.c
2013-05-14 08:43:38 -07:00
blumf
031a5c757e
Merge pull request #8 from ignacio/open_prepare_v2
...
Use _v2 APIs for SQLite version 3.6.13 and above.
2013-02-25 06:58:00 -08:00
Juan José Pereira
42adcf2a78
Update src/ls_odbc.c
...
Changes needed to compile and run without "#runtime ckeck error" in x64 connecting in SQL Server 2008 RC2
2012-10-25 10:48:14 -02:00
Ignacio Burgueño
7a099cfa0e
Use _v2 APIs for SQLite version 3.6.13 and above.
2012-09-03 15:18:31 -03:00
Tomas Guisasola
d2ff12b877
Bug correction: substitution of deprecated function.
2012-06-06 19:26:27 -03:00
Tomas Guisasola
c527024640
Correction on rockspecs.
...
Addition of new rockspecs for version 2.3.0.
2012-05-24 09:56:37 -03:00
Tomas Guisasola
b86365d964
Added list of the changes on the drivers.
2012-05-24 09:11:44 -03:00
Tomas Guisasola
21eb9b968c
Adaptation to work with Lua 5.0, 5.1 and 5.2.
...
Incompatibility with previous versions: no more global luasql table defined; the modules/files return a table with the equivalent of luasql[driver] in previous versions.
2012-05-24 09:07:33 -03:00
Tomas Guisasola
3c723a5162
Rockspecs for Postgres and SQLite3 2.3
2012-05-22 21:46:02 -03:00
Tomas Guisasola
47f5ef800a
Rockspec for MySQL 2.3
2012-05-22 21:07:37 -03:00
Tomas Guisasola
78a66ab049
Small corrections on examples; added note on SQLite's conn:escape().
2012-05-22 21:06:06 -03:00
Tomas Guisasola
3e712077ae
Adaptation to work with Lua 5.0, 5.1 and 5.2.
...
Incompatibility with previous versions: no more global luasql table defined; the modules/files return a table with the equivalent of luasql[driver] in previous versions.
2012-05-22 18:21:27 -03:00
Tomás Guisasola
68e30fca8e
Adaptation to work with Lua 5.0, 5.1 and 5.2.
...
Untested code.
2012-03-30 16:00:23 -03:00
Tomás Guisasola
44f09077a9
Removing unused code.
2012-03-30 15:58:44 -03:00
Tomás Guisasola
07e1cbb2cc
Removing object file.
2012-03-30 08:57:50 -03:00
Tomás Guisasola
dae41c9770
Adaptation to work with Lua 5.0, 5.1 and 5.2.
...
Removing Compat-5.1
Implementing automatic cursor close when there is no more rows to iterate.
2012-03-30 08:53:30 -03:00
Tomás Guisasola
00ddabb378
Adding definition for lua_pushinteger function.
2012-03-30 08:50:38 -03:00
Tomás Guisasola
3f4d7c191c
Improve on driver-specific file loading.
2012-03-30 08:49:24 -03:00
Tomás Guisasola
b82b644f3a
Updating docs.
2012-03-26 21:49:14 -03:00
Tomás Guisasola
7cc91e6a5a
Adaptation to work with Lua 5.0, 5.1 and 5.2.
...
Incompatibility with previous versions: no more global luasql table defined; the modules/files return a table with the equivalent of luasql[driver] in previous versions.
2012-03-26 16:47:05 -03:00
Tomás Guisasola
ad1b17df93
Removing Compat-5.1 and adding -fPIC
...
Version 2.3
2012-03-26 16:10:43 -03:00
blumf
7aea02dd55
Merge pull request #4 from ignacio/publicable_github
...
Added support for wchar, wvarchar and wlongvarchar types
2012-03-09 08:20:51 -08:00
Ignacio Burgueño
28004783c0
Added support for wchar, wvarchar and wlongvarchar types
2012-03-09 11:53:27 -02:00
blumf
0b04151c9c
Generate unique name for each cursor allowing more than one query to be run at a time
2012-02-15 16:22:22 +00:00
Bob Calco
24cdbec54c
Merge pull request #2 from timn/master
...
Compile fixes for Fedora 14 and up
2011-07-01 01:31:28 -07:00
Tim Niemueller
9ec61fb8e7
sqlite3: fix compile errors on Fedora 15
2011-03-22 23:46:26 +01:00
blumf
e69c2348a8
Removed spurious lib open function declaration
2011-03-10 10:36:17 +00:00
Fabio Mascarenhas
754f68f565
use builtin for mysql, sqlite and sqlite3 rockspecs
2009-10-20 14:38:38 -02:00
Fabio Mascarenhas
8fa37328b5
cvs rockspecs now point to github
2009-09-24 14:28:03 -03:00
blumf
dce61d4704
env:connect wasn't leaving the connection object in an officially open state
2009-07-30 11:25:48 +00:00
carregal
c49378b160
Removing references to deprecated JDBC driver
2009-03-05 23:57:53 +00:00
carregal
de49369d57
Fixing bug [47542] Sqlite3 driver does not build on Windows. Bug report and patch by Ignacio Burgueño
2009-03-05 23:57:20 +00:00
tomas
ec9a119e9d
Correcting error reported by Ignacio Burgueo
2009-02-11 12:08:50 +00:00
tomas
ad4e500927
Removing unecessary code: functions getenvironment, getconnection and getcursor would not return if the corresponding udata is closed.
2009-02-07 23:19:07 +00:00
tomas
71bfef2057
Changing luasql_faildirect to add LUASQL_PREFIX before the error string (changing drivers accordingly).
...
Adding function luasql_failmsg (which receives two strings, adds LUASQL_PREFIX before them and concatenates all of them on the stack before returning 2).
Standardizing error messages.
2009-02-07 23:16:23 +00:00
tomas
cdda6aab94
Translating
2009-02-07 22:47:49 +00:00
tomas
36feffdeba
Correcting statment to statement.
2009-02-07 22:37:21 +00:00