Commit Graph

  • b7da7097d9
    Merge pull request #141 from cazfi/castalign master Tomás Guisasola 2022-07-27 13:39:06 -03:00
  • 0e896d4783 ls_postgres.c: Fix cast alignment change warning Marko Lindqvist 2022-06-13 15:13:59 +03:00
  • 7aba4517f8 ls_mysql.c: Fix cast alignment change warning Marko Lindqvist 2022-06-13 15:09:58 +03:00
  • fb70ea4743
    Merge pull request #140 from cazfi/trailing-spaces Tomás Guisasola 2022-05-29 22:25:54 -03:00
  • 859aeb8237 Remove trailing spaces from documentation Marko Lindqvist 2022-05-28 13:25:39 +03:00
  • 061e8afb62
    Merge pull request #137 from cazfi/odbc-warnings Tomás Guisasola 2022-02-07 11:07:00 -03:00
  • eca93b7f97 ls_odbc.c: Fix shadowed variable compiler warning Marko Lindqvist 2022-02-07 00:29:27 +02:00
  • 6ccfb9c585 ls_odbc.c: Correct parameter types Marko Lindqvist 2022-02-07 00:02:52 +02:00
  • 9e8ab9ef98 ls_odbc.c: Remove unused variables Marko Lindqvist 2022-02-06 23:56:19 +02:00
  • ce22164f63
    Merge pull request #132 from laigor/master Tomás Guisasola 2021-10-14 09:38:24 -03:00
  • 16130b9873
    Fix compilation error on Linux and MAC laigor 2021-10-14 11:52:49 +03:00
  • 69f68a8581
    Merge pull request #128 from w-oertl/master Tomás Guisasola 2021-08-27 15:17:22 -03:00
  • ad59e6bf09 Support binding of parameters in conn:execute(sql, ...) like the ODBC driver. No support for prepared statements yet. Note that named parameters must exactly match the placeholder in the SQL statement, i. e. :a or $a or @a needs to include the initial character. When using ? or ?n, use an index starting at 1. Wolfgang Oertl 2021-08-18 13:00:01 +02:00
  • 8c58fd6ee3
    Merge pull request #124 from ousnius/master blumf 2020-09-16 13:25:07 +01:00
  • 667dbc6241 Support for return SQL_GUID as string ousnius 2020-09-14 23:30:00 +02:00
  • 22d4a911f3 New version: 2.6. Tomás Guisasola 2020-09-09 12:28:53 -03:00
  • d2fb0be284 New version: 2.6. Tomás Guisasola 2020-09-09 12:13:54 -03:00
  • 3b0b8b7899 New version. Tomás Guisasola 2020-09-08 12:39:04 -03:00
  • 95a5da9ae7 Prototypes moved to luasql.h. Tomás Guisasola 2020-09-08 11:41:18 -03:00
  • a6ad06d71b Add finalization test. Tomás Guisasola 2020-09-08 11:38:29 -03:00
  • 53b3b13583 Avoiding gcc warning and standadizing indentation. Tomás Guisasola 2020-09-08 11:20:14 -03:00
  • 10093959f9 Add initilization functions prototypes. Tomás Guisasola 2020-09-08 11:19:22 -03:00
  • e84e9e4347 New version (2.6) for MySQL and Firebird. Tomás Guisasola 2020-09-08 09:09:34 -03:00
  • e686c4bc69 Add docs about env:connect (SQLite3). Tomás Guisasola 2020-09-08 08:59:28 -03:00
  • 033f291314
    Merge pull request #106 from lal12/master Tomás Guisasola 2020-09-08 08:53:42 -03:00
  • 14762f35c3
    Merge pull request #123 from abidbodal/add-readonly-flag-sqlite3 Tomás Guisasola 2020-09-08 08:52:31 -03:00
  • e2ec27fbee Add an option to env:connect in sqlite3 Abid Esmail 2020-09-04 14:15:20 -06:00
  • 5496d60185 Correction on release number on module (VERSION). Tomás Guisasola 2019-06-14 10:54:41 -03:00
  • 977323dedc New version: 2.5 Tomás Guisasola 2019-06-14 10:48:46 -03:00
  • e316bf3281 Update docs. Tomás Guisasola 2019-06-14 10:42:03 -03:00
  • 83e05de0e4 New version (bug-fix on ODBC driver). Tomás Guisasola 2019-06-14 09:53:56 -03:00
  • fe6d9a081a New version (bug-fix). Tomás Guisasola 2019-06-14 09:51:43 -03:00
  • 1610866be2
    Merge pull request #113 from EssGeeEich/master Tomás Guisasola 2019-06-14 09:37:51 -03:00
  • 6942e2b3e4
    Fix ODBC types to match standard typedefs Mauro 2019-06-14 13:26:50 +02:00
  • e717678e2b
    Merge pull request #107 from rmarquis/master Tomás Guisasola 2019-01-03 10:09:00 -02:00
  • 1516695c7b Fixed typo in manual Remy Marquis 2019-01-03 12:53:15 +01:00
  • 1f14378ad4 Added multi statement support for mysql Luca Lindhorst 2018-12-11 15:05:52 +01:00
  • 21f99ce4da Updating manual according to new MySQL seek method. Tomás Guisasola 2018-12-03 16:39:27 -02:00
  • dbc034bbd3 Updating docs according to new MySQL driver feature. Tomás Guisasola 2018-12-03 16:29:35 -02:00
  • acf8e021bf Adding cur:seek() method to MySQL driver. Tomás Guisasola 2018-12-03 16:25:04 -02:00
  • 48d33e4109 Merge branch 'master' of github.com:keplerproject/luasql Tomás Guisasola 2018-12-03 16:22:56 -02:00
  • 266c45336d Standardizing test files. Tomás Guisasola 2018-12-03 16:22:40 -02:00
  • 6ac4cba1e0
    Merge pull request #98 from keplerproject/fb_proc_support blumf 2018-11-27 16:40:18 +00:00
  • 3b7c0c0f37 ODBC test now uses prepared statements scott 2018-11-27 16:36:58 +00:00
  • 8215b59e66 ODBC test now uses params scott 2018-11-27 16:32:38 +00:00
  • 05b1ac5763 Now supports SQL params as both args and table scott 2018-11-26 18:10:20 +00:00
  • 9f817e61b3 Initial check in of prepared queries and query parameter support Next step, support data being passed as function params instead of a table scott 2018-11-26 17:34:56 +00:00
  • 7e3df96779 ODBC test wasn't closing cursor This resulted in an error deleting table the test referenced. scott 2018-11-26 17:33:13 +00:00
  • 7843cccc5e FB Proc Support Now Tests scott 2018-11-05 11:03:39 +00:00
  • c7d8943932 New rockspec for Firebird driver. Tomás Guisasola 2018-10-31 10:47:11 -03:00
  • eca09e17c9 Version correction inside rockspec. Tomás Guisasola 2018-10-30 20:13:34 -03:00
  • 1773902cbf Updating current version number. Tomás Guisasola 2018-10-30 20:05:55 -03:00
  • 81e1d21338 Rockspecs for the new version. Tomás Guisasola 2018-10-30 20:01:09 -03:00
  • e9f47103c6 Updating new version date. Tomás Guisasola 2018-10-30 19:54:46 -03:00
  • 218a08d7a1 New version. Tomás Guisasola 2018-10-30 19:41:24 -03:00
  • 764aec46c1 Updating docs. Tomás Guisasola 2018-10-30 19:27:01 -03:00
  • fcfab9d0f7
    Merge pull request #73 from watercoldyi/master Tomás Guisasola 2018-10-30 19:25:27 -03:00
  • ea0c91d534 Merge branch 'master' of github.com:keplerproject/luasql Tomás Guisasola 2018-10-30 19:24:15 -03:00
  • 91672eebcd Updating docs. Tomás Guisasola 2018-10-30 19:23:44 -03:00
  • cc4b13e256
    Merge pull request #81 from DavidAlphaFox/master Tomás Guisasola 2018-10-30 19:20:46 -03:00
  • d92090bf7e Merge branch 'master' of github.com:keplerproject/luasql Tomás Guisasola 2018-10-30 19:17:34 -03:00
  • 328cfb8db6 Documentation update. Tomás Guisasola 2018-10-30 18:58:11 -03:00
  • dd91e26303 Substituting deprecated function luaL_optlong by luaL_optinteger with a cast. Tomás Guisasola 2018-10-30 18:50:01 -03:00
  • c2ecf36230
    Merge pull request #62 from keplerproject/rockspecs-2.3.4 Tomás Guisasola 2018-10-30 18:12:58 -03:00
  • dfd5af092e Merge branch 'rafis-master' Tomás Guisasola 2018-10-30 18:09:55 -03:00
  • e95790bc47 Merge branch 'master' of https://github.com/rafis/luasql into rafis-master Tomás Guisasola 2018-10-30 18:07:37 -03:00
  • 773139c772 Added support for handling Procedures and Returning SQL scott 2018-10-04 11:49:51 +01:00
  • 4ce2865071 fix Oracle ORA-01406 in 10.0.2.4 David.Gao 2017-10-25 11:02:21 +08:00
  • 5e65ae41f8 Update looks of the documentation Hisham Muhammad 2017-09-18 18:10:23 -03:00
  • 6df3f67231 Add support for building with MariaDB (thanks to Florian Weimer). Tomás Guisasola 2017-07-31 09:41:49 -03:00
  • ace2aaa241 compliling in mingw,odbc,sqlite3 watercoldyi 2017-04-11 20:58:20 +08:00
  • 82d5d7f557 add compliling for mingw watercoldyi 2017-04-11 20:30:37 +08:00
  • 9e319eef48 Correction on homepage. Tomás Guisasola 2017-02-23 17:14:24 -03:00
  • 819a874794 Correction on header file dependency. Tomás Guisasola 2017-02-23 17:09:43 -03:00
  • 2f2c4eb816 Rockspecs for new version. Tomás Guisasola 2017-02-23 15:52:25 -03:00
  • 63f6903b0c Adding client information when available. Tomás Guisasola 2017-02-23 15:46:48 -03:00
  • 30cb41e8fc Updating for new version. Tomás Guisasola 2017-02-23 15:46:30 -03:00
  • d44e63c7f1 Standardizing client version number. Tomás Guisasola 2017-02-23 15:45:42 -03:00
  • 0a662d0789 Update for new version. Tomás Guisasola 2017-02-23 15:44:56 -03:00
  • 3108496f11 Updating docs for new version. Tomás Guisasola 2017-02-23 15:41:46 -03:00
  • b862793c65 Correction in the definition of table engine: swaping old qualifier "TYPE" for "ENGINE". Tomás Guisasola 2017-02-23 14:41:35 -03:00
  • 89cc4db00f Test improvement: MySQL (at least) escapes ' as \' instead of ''. Accepting both forms. Tomás Guisasola 2017-02-23 14:40:30 -03:00
  • f76f2157bf Merge pull request #70 from IR4T4/patch-3 Tomás Guisasola 2017-02-23 09:16:01 -03:00
  • fea0c00090 Merge pull request #69 from tomatolog/master Tomás Guisasola 2017-02-23 09:14:59 -03:00
  • 4a5c65485f Merge pull request #61 from IR4T4/patch-2 Tomás Guisasola 2017-02-23 09:11:44 -03:00
  • 6de91bfd5e fix memory db connection creating and using file based db IR4T4 2017-01-21 23:52:25 +01:00
  • 92dde6a12b replaced depricated MySQL function Stanislav Klinov 2017-01-11 14:02:16 +03:00
  • 4c56f5126f fixing leak of mysql thread handlers Stanislav Klinov 2017-01-10 10:47:51 +03:00
  • 67baedd624 Rockspecs for version 2.3.4 Hisham 2016-10-31 16:31:49 -02:00
  • ef43c9bf76 explicitly disregard return code IR4T4 2016-10-31 08:42:40 +01:00
  • c04a0d95c8 New version 2.3.4. Tomás Guisasola 2016-10-30 18:36:03 -02:00
  • 63a4e12279 New bug correction version: 2.3.4. Tomás Guisasola 2016-10-30 18:26:16 -02:00
  • b83ddf189d Bug correction: strings bigger than the buffer default size are correctly handled. Tomás Guisasola 2016-10-30 18:09:59 -02:00
  • bed6e063c1 Upgrading driver version. Tomás Guisasola 2016-10-30 18:08:45 -02:00
  • d753de4e77 Adding Lua version to driver _VERSION attribute. Tomás Guisasola 2016-10-30 18:08:01 -02:00
  • 0eb721c76c Improvement on driver loading (Lua 5.0). Improvement on escape test. Tomás Guisasola 2016-10-30 18:05:08 -02:00
  • f704937a1a Adding test on the length of escaped strings. Tomás Guisasola 2016-10-30 11:26:33 -02:00
  • 8fb5a8a5a9 Merge pull request #60 from IR4T4/patch-1 Hisham Muhammad 2016-10-29 15:57:00 -02:00
  • dc64ab5fc4 Update ls_sqlite.c IR4T4 2016-10-29 17:40:31 +02:00
  • 9bab7e24c1 Merge pull request #59 from kcousins/master Hisham Muhammad 2016-10-20 00:35:03 -04:00