1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 22:28:47 -04:00
Commit graph

531 commits

Author SHA1 Message Date
Kenichi Ishigaki
f0f6ae9de4 DBD::SQLite: include dbivport.h as suggested in DBI::DBD 2009-10-19 14:37:27 +00:00
Kenichi Ishigaki
fa1267bb7a DBD::SQLite: silence another warning 2009-10-19 07:20:21 +00:00
Kenichi Ishigaki
bcdce2f1fc DBD::SQLite: cosmetics and squash a warning 2009-10-19 07:19:25 +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
Kenichi Ishigaki
e4ccb21f9c DBD::SQLite: previous disconnect procedure doesn't work properly as it doesn't take several things into account. it seems better to fix other parts that start to break again... 2009-10-19 07:05:44 +00:00
Kenichi Ishigaki
6c8539ef43 DBD::SQLite: sqlite3_next_stmt returns a pointer or NULL, not SQLITE_OK 2009-10-19 05:51:24 +00:00
Kenichi Ishigaki
a8ab9bd263 DBD::SQLite: done cleanup for now 2009-10-18 15:07:17 +00:00
Kenichi Ishigaki
234d619b21 DBD::SQLite: more cleanup 2009-10-18 14:18:28 +00:00
Kenichi Ishigaki
c377a44184 DBD::SQLite: more cleanup 2009-10-18 14:01:20 +00:00
Kenichi Ishigaki
2fa57ee8fa DBD::SQLite: removed undocumented and useless reset method from a statement handle 2009-10-18 13:37:11 +00:00
Kenichi Ishigaki
3d8e897d58 DBD::SQLite: more cleanup 2009-10-18 13:11:07 +00:00
Kenichi Ishigaki
26cde8f98c DBD::SQLite: a bit cleanup 2009-10-18 12:36:59 +00:00
Kenichi Ishigaki
f1dd33e052 DBD::SQLite: if we fail to set a pragma and return undef, we can't use the handle anymore. so close it before we return 2009-10-18 08:51:59 +00:00
Kenichi Ishigaki
ba00282533 DBD::SQLite: tracer should use sqlite_trace for clarity 2009-10-18 08:32:13 +00:00
Kenichi Ishigaki
8e5e323bd2 DBD::SQLite: sqlite API doc suggests to close the handle you tried to open but failed anyway 2009-10-18 06:03:53 +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
1d17ea4428 DBD::SQLite: updated Changes 2009-10-14 15:39:47 +00:00
Kenichi Ishigaki
8fb2535184 DBD::SQLite: updated bundled library to 3.6.19 2009-10-14 15:38:55 +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
923f031682 Fixed column_info ORDINAL_POSITION starts at 1 2009-10-01 12:44:18 +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
Vernon Lyon
a31981fa77 Added documentation and an Escape attribute for $sth->table_info 2009-09-29 15:35:46 +00:00
Kenichi Ishigaki
cc6743a3bc DBD-SQLite: added the RT issue # to make it clear 2009-09-16 04:17:58 +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
Darren Duncan
ef2d70e94c updated bundled SQLite to 3.6.18 2009-09-11 17:53:58 +00:00
Kenichi Ishigaki
631ef3df94 DBD-SQLite: noted bugs of the bundled library should be reported to the sqlite developers, not to us 2009-08-21 00:38:46 +00:00
Kenichi Ishigaki
802def1b71 DBD-SQLite: removed old todos 2009-08-21 00:25:55 +00:00
Kenichi Ishigaki
60eb062b7f DBD-SQLite: updated Changes 2009-08-15 11:04:12 +00:00
Kenichi Ishigaki
cf9c4c5498 DBD-SQLite: added a code to look for a compiler from Module::Install::Can 2009-08-15 11:00:58 +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
04b6100190 DBD-SQLite: updated Changes 2009-08-15 10:21:54 +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
e9cd055158 DBD-SQLite: updated Changes 2009-08-13 18:52:36 +00:00
Kenichi Ishigaki
9949f79127 DBD-SQLite: replaced last DBILOGFP with DBIc_LOGPIO(imp_xxh) as strongly recommended in DBI::Changes (see notes for 1.31) 2009-08-13 18:51:34 +00:00
Kenichi Ishigaki
802b1648d1 DBD-SQLite: updated Changes 2009-08-13 11:43:40 +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
Adam Kennedy
c2f8f58179 Final tweaks for the new release 2009-08-12 05:48:47 +00:00
Kenichi Ishigaki
4a17a5b8c8 DBD-SQLite: updated the release date 2009-08-12 02:44:04 +00:00
Kenichi Ishigaki
5d5fc2c88b DBD-SQLite: updated Changes as I confirmed the previous sqlite3_get_autocommit() fix resolved #48393 (at least for me) 2009-08-12 02:37:23 +00:00