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

1071 commits

Author SHA1 Message Date
Kenichi Ishigaki
45e13b272b downgraded sqlite to 3.7.9 due to 1) brokenness on MacOSX and 2) temporary table handling seems broken (found in DBIx::Class::DeploymentHandler; frew++) 2012-02-20 14:38:00 +00:00
Kenichi Ishigaki
41e1664625 oops, forgot to ask to fix Changes date 2012-01-19 08:13:18 +00:00
Kenichi Ishigaki
ddfbdc0e3a updated t/lib/Test.pm version 2012-01-19 04:09:04 +00:00
Adam Kennedy
3323af898a Updated copyright 2012-01-19 01:49:45 +00:00
Adam Kennedy
7e89442b07 Updated copyright 2012-01-19 01:49:28 +00:00
Kenichi Ishigaki
04485a1322 added the corresponding DBD::SQLite version for clarity 2012-01-16 17:10:56 +00:00
Kenichi Ishigaki
7646699b08 added a note on possible backward-compat issue (schema format number change) 2012-01-16 17:02:40 +00:00
Kenichi Ishigaki
1448c27780 updated to sqlite 3.7.10 2012-01-16 16:57:10 +00:00
Kenichi Ishigaki
dcd54aa10d _atoi64 -> atoll 2012-01-13 17:18:40 +00:00
Kenichi Ishigaki
c3fde160a2 resolved #73314 2012-01-13 14:26:15 +00:00
Kenichi Ishigaki
dee9d14372 sqlite_trace should always be called as is 2012-01-12 16:39:52 +00:00
Kenichi Ishigaki
0d02c0586e silenced warnings 2012-01-12 16:16:32 +00:00
Kenichi Ishigaki
8656844bd9 sqlite_trace/sqlite_profile 2012-01-12 05:36:24 +00:00
Kenichi Ishigaki
d035f6cdbe vc6 fix 2012-01-10 17:21:25 +00:00
Kenichi Ishigaki
830affeffa resolved #73787 2012-01-10 17:16:25 +00:00
Kenichi Ishigaki
27394e17b1 resolved #73159 2011-12-12 02:39:09 +00:00
Kenichi Ishigaki
6f7f79e12b Sqlite -> SQLite 2011-12-11 17:23:28 +00:00
Adam Kennedy
084b33e4db - Enabled SQLITE_ENABLE_FTS4
- Enabled SQLITE_ENABLE_STAT3
2011-11-29 01:21:35 +00:00
Adam Kennedy
b1e77d3a13 Ready for release 2011-11-29 00:05:20 +00:00
Kenichi Ishigaki
0171397505 updated bundled library to 3.7.9 2011-11-01 13:35:45 +00:00
Adam Kennedy
c417720270 Preparing for release of _03 2011-11-01 03:40:33 +00:00
Kenichi Ishigaki
2059f6f2ae make sure errors were actually raised 2011-10-26 14:47:42 +00:00
Kenichi Ishigaki
3d62ea8a29 oops, bind_param type error was treated as a warning and didn't kill when RaiseError was set 2011-10-26 14:42:54 +00:00
Adam Kennedy
ca1af87a48 - Adding an explicit dynamic_config => 1 (ADAMK) 2011-10-21 06:35:50 +00:00
Adam Kennedy
03eba98081 Prepare for a dev release 2011-10-21 04:34:12 +00:00
Kenichi Ishigaki
b56592cf1b updated Changes 2011-10-20 16:24:37 +00:00
Kenichi Ishigaki
9367bd61a6 explained finish and rollback issue 2011-10-20 16:16:17 +00:00
Kenichi Ishigaki
b4220250ce applied another patch by Yuriy Kaminskiy to fix finalize issues 2011-10-20 16:14:56 +00:00
Kenichi Ishigaki
68db35b8b4 mod_perl test suggested by siracusa 2011-10-19 13:54:53 +00:00
Kenichi Ishigaki
2c33a2e1bc made MSVC happier 2011-10-18 16:02:39 +00:00
Kenichi Ishigaki
e01e9e3fea updated Changes 2011-10-18 07:28:58 +00:00
Kenichi Ishigaki
4b1af2cf5a yet another patch by Yuriy to move check for (unsupported) bind_ph/is_inout so it always error-out 2011-10-18 07:27:50 +00:00
Kenichi Ishigaki
d1161135c3 updated Changes 2011-10-18 02:55:45 +00:00
Kenichi Ishigaki
851134b13f applied a patch by Yuriy Kaminskiy to fix binding named params 2011-10-18 02:54:41 +00:00
Kenichi Ishigaki
802e8d1548 applied a patch from Yuriy Kaminskiy 2011-10-16 07:27:24 +00:00
Kenichi Ishigaki
be48da61bf don't guess and check harder if ld supports Bsymbolic or not 2011-10-16 06:05:45 +00:00
Kenichi Ishigaki
87356e5bb4 reverted meaningless 14773 2011-10-05 19:38:44 +00:00
Kenichi Ishigaki
95f523161d fixed a leak 2011-10-05 14:39:23 +00:00
Kenichi Ishigaki
7db8c900f5 made valgrind a little happier part2 2011-10-05 14:21:22 +00:00
Kenichi Ishigaki
5561ee7ee3 made valgrind a little happier 2011-10-05 14:03:14 +00:00
Kenichi Ishigaki
404246a9f9 a float for an integer column 2011-09-30 16:14:31 +00:00
Kenichi Ishigaki
938d5760d3 silence 2011-09-30 15:24:13 +00:00
Kenichi Ishigaki
4de97d8136 loosen the condition a bit 2011-09-30 15:22:40 +00:00
Kenichi Ishigaki
8cf4b593ca resolved 67581 2011-09-30 14:25:12 +00:00
Kenichi Ishigaki
9a1b8fe4f0 resolved #71311; needs more tests for non-blobs 2011-09-29 15:29:01 +00:00
Adam Kennedy
3da40e5361 Release date 2011-09-21 16:18:09 +00:00
Kenichi Ishigaki
09d42bad1a updated bundled sqlite to 3.7.8 2011-09-20 04:22:09 +00:00
Kenichi Ishigaki
8e78ef57e6 bumped up versions 2011-09-16 00:42:47 +00:00
Kenichi Ishigaki
4184d2314c applied a patch by MDOOTSON to resolve #70135 2011-09-16 00:41:58 +00:00
Kenichi Ishigaki
d17eda6553 apparently SvPVbyte is not well supported in perl 5.6.x 2011-09-12 16:02:00 +00:00