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

612 commits

Author SHA1 Message Date
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
Kenichi Ishigaki
0db6185b41 DBD-SQLite: updated Changes 2009-08-11 12:29:09 +00:00
Kenichi Ishigaki
11c4dd9b76 DBD-SQLite: removed unused in_tran from the handle structure, as I confirmed all the tests pass under 5.10.1 rc1 without it now 2009-08-11 12:24:31 +00:00
Kenichi Ishigaki
d022f11ed9 DBD-SQLite: use sqlite3_get_autocommit instead of dbh->in_tran; I hope this would fix the test failure on 5.10.1 rc1 2009-08-11 12:20:28 +00:00
Kenichi Ishigaki
4fe2af3d0b DBD-SQLite: L<text|scheme:...> is invalid according to perlpod 2009-08-11 09:10:07 +00:00
Darren Duncan
9557166978 SQLite 3.6.17 amalgamation was rebuilt, here's newer version 2009-08-11 00:31:09 +00:00
Kenichi Ishigaki
d523440b97 DBD-SQLite: updated Changes 2009-08-10 16:07:38 +00:00
Kenichi Ishigaki
3aa4ac0eed DBD-SQLite: updated version 2009-08-10 16:05:36 +00:00
Kenichi Ishigaki
909635206d DBD-SQLite: updated bundled library to 3.6.17 2009-08-10 16:04:21 +00:00
Laurent Dami
fb8cd54ee5 fixed one pointer conversion warning, and removed an unnecessary mortalization 2009-08-07 06:00:30 +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
a87ac54afb DBD-SQLite: fixed leaks by sqlite3_exec errors 2009-07-23 17:55:38 +00:00
Kenichi Ishigaki
6cfea888c7 DBD-SQLite: tentatively disabled collation_needed stuff as it leaks badly 2009-07-23 15:50: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
Kenichi Ishigaki
19b512b0b8 DBD-SQLite: applied @CALL_FUNCS trick and removed several _func tests 2009-07-23 14:12:35 +00:00
Laurent Dami
3997c0ffaf - Accept empty filename at connect (sqlite will open a tempfile) (DAMI)
- Documented the connect() method (DAMI)
2009-07-23 07:00:26 +00:00
Kenichi Ishigaki
baebd1593e DBD-SQLite: make it shorter 2009-07-21 18:00:16 +00:00
Kenichi Ishigaki
fd6c9caa0c DBD-SQLite: perl 5.10 prefers XPUSHs(sv_2mortal(&PL_sv_undef)) 2009-07-21 17:49:53 +00:00
Kenichi Ishigaki
4f5603f3db DBD-SQLite: fixed the perl 5.8 segfault issue for set_authorizer 2009-07-21 17:32:31 +00:00