1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 14:48:32 -04:00
Commit graph

349 commits

Author SHA1 Message Date
Kenichi Ishigaki
00b0cb9f00 more tests 2010-06-17 07:08:01 +00:00
Kenichi Ishigaki
a53e2df1cb more tests 2010-06-17 03:39:47 +00:00
Kenichi Ishigaki
83a204db9e more tests 2010-06-17 03:09:13 +00:00
Kenichi Ishigaki
30158101ef more tests 2010-06-17 03:01:04 +00:00
Kenichi Ishigaki
8a6766359d more tests 2010-06-17 02:49:41 +00:00
Kenichi Ishigaki
28a016a78b fix overflow (still one test fails) 2010-06-17 02:48:49 +00:00
Kenichi Ishigaki
338df4e2ac more tests 2010-06-17 02:27:39 +00:00
Kenichi Ishigaki
d356b70c3f more tests 2010-06-17 02:22:11 +00:00
Kenichi Ishigaki
46929ef1cb add a test 2010-06-17 02:08:00 +00:00
Kenichi Ishigaki
de36cae5e2 fts tests requires SQLite 3.6.6 and newer 2010-06-10 07:00:34 +00:00
Kenichi Ishigaki
f12b89c091 backup tests require SQLite 3.6.11 and newer 2010-06-10 06:56:11 +00:00
Kenichi Ishigaki
36c370b904 foreign keys tests requires SQLite 3.6.19 and newer 2010-06-10 06:38:22 +00:00
Kenichi Ishigaki
6668829394 one of the placeholder tests requires SQLite 3.6.19 and newer 2010-06-10 06:30:23 +00:00
Kenichi Ishigaki
5478e196d3 more icu collation test 2010-05-27 14:36:36 +00:00
Kenichi Ishigaki
ce431524f1 wrong order 2010-05-27 09:25:24 +00:00
Kenichi Ishigaki
71dfa5248c added icu test 2010-05-27 07:46:43 +00:00
Kenichi Ishigaki
4a71406ea9 version up 2010-05-27 03:31:46 +00:00
Kenichi Ishigaki
1c50bae61b returning an array should be better 2010-05-21 03:58:11 +00:00
Kenichi Ishigaki
937f856f37 compile options 2010-05-20 03:04:03 +00:00
Kenichi Ishigaki
e65a04dedc DBD::SQLite: bumped up the version 2010-03-27 19:47:14 +00:00
Kenichi Ishigaki
4a759c5bcc DBD::SQLite: sqlite administrator uses square blackets to quote 2010-03-27 19:14:40 +00:00
Kenichi Ishigaki
69fef061da DBD::SQLite: install c source/header into share directory 2010-03-10 13:53:48 +00:00
Kenichi Ishigaki
5f01de2110 DBD::SQLite: reverted 11571 2010-03-10 13:01:38 +00:00
Adam Kennedy
6afec520c4 Added tests for the sqlite_source attribute, but I lack the C-fu to make it work 2010-03-10 11:42:26 +00:00
Kenichi Ishigaki
97ff3be75c DBD::SQLite: added preamble to generate modules to provide bundled c source/header (for other extensions) 2010-02-17 13:28:38 +00:00
Kenichi Ishigaki
a5971edfab dequote primary key info to resolve #45113 2010-02-11 12:08:07 +00:00
Kenichi Ishigaki
126b5e6dc4 added placeholder explanation and its test 2010-02-11 03:24:36 +00:00
Kenichi Ishigaki
c20792782a DBD::SQLite: applied a failing test patch by Andy Grundman (#54271) 2010-02-09 15:04:56 +00:00
Kenichi Ishigaki
e542758add oops, forgot to rename 2010-01-11 07:36:26 +00:00
Kenichi Ishigaki
5040024ca9 experimental sqlite_allow_multiple_statements/sqlite_unprepared_statements attribute to allow processing a SQL dump 2010-01-11 07:34:30 +00:00
Kenichi Ishigaki
dacdce66d5 added foreign keys test 2010-01-11 07:33:54 +00:00
Adam Kennedy
5072b34cb2 Removed the Perl version test. It's covered by the "use 5.006;" in DBD::SQLite itself 2010-01-08 10:06:47 +00:00
Adam Kennedy
2928c11fcd Preparing for a prod release 2010-01-08 09:06:10 +00:00
Kenichi Ishigaki
ea7093b866 updated Changes and versions; please ship this as another dev release 2010-01-01 12:49:18 +00:00
Kenichi Ishigaki
8d4756d31c avoid confusion by manual commit/rollback 2010-01-01 11:59:39 +00:00
Kenichi Ishigaki
c8502a2bbf don't bother BegunWork flag if AutoCommit is off 2010-01-01 11:11:05 +00:00
Kenichi Ishigaki
cb0f6a5aef undef statement does not need to spit a warning 2010-01-01 08:55:22 +00:00
Kenichi Ishigaki
fc6dc7a3d3 DBD::SQLite: empty or comment-only statements shouldn't die. issue spotted by tokuhirom++ 2009-12-26 03:17:02 +00:00
Kenichi Ishigaki
5a755b8ca7 DBD::SQLite: fixed #52573 manual transaction issue; please ship this as a dev release (or a prod one if you prefer) to see if this would also fix other major tools like CPANPLUS etc, which 1.27 reportedly broke 2009-12-20 03:12:06 +00:00
Adam Kennedy
0862fd90f8 Preparing for production release 2009-11-23 11:07:34 +00:00
Adam Kennedy
3f78228f36 Updating version for release 2009-11-16 01:42:00 +00:00
Kenichi Ishigaki
b4df6fa916 DBD::SQLite: use 3-args open 2009-11-03 17:36:38 +00:00
Kenichi Ishigaki
e60d50b81e DBD::SQLite: let us know if the debug macros are enabled 2009-11-03 17:24:34 +00:00
Kenichi Ishigaki
70bf9a7c52 DBD::SQLite: don't forget to test .h files 2009-11-03 17:19:46 +00:00
Adam Kennedy
ec3b820aba Preparing for release 2009-10-28 11:09:26 +00:00
Kenichi Ishigaki
895897258b DBD::SQLite: renamed "unicode" attribute to "sqlite_unicode" 2009-10-21 02:36:14 +00:00
Kenichi Ishigaki
1dcd2489c0 DBD::SQLite: better hide the intentional error 2009-10-19 07:13:08 +00:00
Kenichi Ishigaki
2e0020b3eb DBD::SQLite: turned off the RaiseError as we changed invalid close to an error 2009-10-19 07:09:41 +00:00
Darren Duncan
03ae5523f0 t/rt_50503_fts3.t no longer skips its failing test 2009-10-16 23:46:08 +00:00
Adam Kennedy
a0188d13f9 Skipping test so we can do a dev release with the SQLite foreign key improvements 2009-10-15 03:57:44 +00:00