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

180 commits

Author SHA1 Message Date
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
Kenichi Ishigaki
726440ae80 DBD::SQLite: added a failing test (WARNING: this test may cause segfaults now!), adapted from RT #50503 posted by sendai 2009-10-15 01:20:12 +00:00
Kenichi Ishigaki
385c138f67 DBD-SQLite: updated version and release date 2009-10-06 04:36:11 +00:00
Kenichi Ishigaki
d6af16bea5 DBD-SQLite: Tweaked not to hide a real error by a "not an error" issued by another sqlite3 function between the failed sqlite3 function and the sqlite_error to report.
Note that this change makes some failures issue two relevant errors at a time.
2009-10-06 04:29:05 +00:00
Vernon Lyon
0c5dbbf467 Fixed $sth->primary_key_info according to DBI spec 2009-09-29 17:15:59 +00:00
Vernon Lyon
bcb95ed536 fixup incorrect TODO passing 2009-09-29 15:50:23 +00:00
Kenichi Ishigaki
f9fa530207 DBD-SQLite: applied a new patch by VLYON (#49716) 2009-09-16 04:16:36 +00:00
Kenichi Ishigaki
c4ce415524 DBD-SQLite: applied a patch to fix column_info from VYLON 2009-09-15 13:34:39 +00:00
Kenichi Ishigaki
e761e1af79 DBD-SQLite: "Your env might be too slow" message should be directed to STDERR to make it visible while doing "make test" 2009-08-15 10:33:39 +00:00
Kenichi Ishigaki
445517aca7 DBD-SQLite: made it clearer the first insert failure is intentional and expected 2009-08-15 10:03:53 +00:00
Kenichi Ishigaki
9750059197 DBD-SQLite: wrapped the second insert (which may be timed out in the worst case) with eval not to abort the test 2009-08-15 10:02:53 +00:00
Kenichi Ishigaki
692a7840b1 DBD-SQLite: added another comment to the busy test, and tweaked sleep/timeout to prevent it from failing under slower machines 2009-08-15 09:54:24 +00:00
Kenichi Ishigaki
411cd59e82 DBD-SQLite: added a comment to the busy test, and made the first timeout happen sooner 2009-08-15 09:34:12 +00:00
Kenichi Ishigaki
c944fdc5e4 DBD-SQLite: removed an unused variable 2009-08-15 09:25:00 +00:00
Kenichi Ishigaki
3441f644ff DBD-SQLite: made the debugger test non-interactive 2009-08-13 11:39:39 +00:00
Kenichi Ishigaki
6de5c908f7 DBD-SQLite: now BegunWork (set by begin_work) is handled properly (as requested in DBI::Changes; see notes for 1.20), and this resolved rt #48393.
In fact, it looks like I lost this code by mistake while preparing the previous release. I remember I wrote this before...

I added a test for this, but as it requires the perl debugger, it is disabled by default. Wondering if we can do it without calling system() and the likes...
2009-08-13 11:28:40 +00:00
Kenichi Ishigaki
3aa4ac0eed DBD-SQLite: updated version 2009-08-10 16:05:36 +00:00
Laurent Dami
ec38f98792 new implementation for collation_needed, no more malloc -- should no longer leak
new API for global registry of collations, using a "write-once" tied hash
2009-08-06 14:22:12 +00:00
Kenichi Ishigaki
976d04a682 DBD-SQLite: don't need to show diagnostics twice 2009-07-23 14:30:24 +00:00
Kenichi Ishigaki
5ff1f078d5 DBD-SQLite: also applied @CALL_FUNCS trick to t/08_busy.t 2009-07-23 14:22:04 +00:00