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
Kenichi Ishigaki
0db63f3f9e
DBD-SQLite: moved the plan tests calculation out of a BEGIN block, as it uses a variable/configuration initialized outside the block
2009-07-21 14:42:14 +00:00
Kenichi Ishigaki
80bd5e10a0
DBD-SQLite: 36_hooks.t even segfaults under Solaris + perl 5.8. From what I've seen and tested, I guess it segfaults with perl 5.8, and it doesn't with perl 5.10. DBI version doesn't matter.
2009-07-21 14:38:13 +00:00
Kenichi Ishigaki
1d6d87ffc1
DBD-SQLite: made svn:eol-style property to native
2009-07-21 14:16:07 +00:00
Kenichi Ishigaki
1e3d1171a8
DBD-SQLite: 36_hooks.t also segfaults on freebsd
2009-07-21 14:10:42 +00:00
Kenichi Ishigaki
cb8a0ec896
DBD-SQLite: skip_all should be in a BEGIN block and be placed before use Test::NoWarnings
2009-07-21 14:05:06 +00:00
Kenichi Ishigaki
9b62d7a2aa
DBD-SQLite: don't need to (in fact, shouldn't) check DBI version explicitly if we use @CALL_FUNCS (as it checks DBI version)
2009-07-21 14:00:28 +00:00
Adam Kennedy
03603aa7b3
Add additional comments for downstream packagers, giving them permission to link to a local SQLite, but only if they apply a one line patch.
2009-07-21 12:36:08 +00:00
Kenichi Ishigaki
8713237138
DBD-SQLite: updated Changes (not yet releasable)
2009-07-21 06:43:45 +00:00
Kenichi Ishigaki
1ca47cd329
DBD-SQLite: whitespace cleanup
2009-07-21 06:41:23 +00:00
Kenichi Ishigaki
54c2130015
DBD-SQLite: added several prototypes to silence warnings
2009-07-21 06:37:43 +00:00
Kenichi Ishigaki
bb74084586
DBD-SQLite: renamed several sqlite3_ functions to sqlite_, as sqlite3_ prefix should only be used for native sqlite3 functions
2009-07-21 06:34:11 +00:00