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

790 commits

Author SHA1 Message Date
Kenichi Ishigaki
e49ab2c08b more tweaks on sqlite_is_number 2012-04-28 01:03:11 +00:00
Kenichi Ishigaki
d19cc469d8 tweak pos 2012-04-27 14:18:38 +00:00
Kenichi Ishigaki
31eb5bf760 correct pointer 2012-04-27 14:12:51 +00:00
Kenichi Ishigaki
46443af248 take plus/minus signs into account 2012-04-27 14:08:40 +00:00
Kenichi Ishigaki
d713d9e49b accept integer as a float if explicitly requested 2012-04-27 13:54:51 +00:00
Kenichi Ishigaki
9933faa0e8 storing an (overflowed) integer as a double is apparently a bad idea; store it as a text to allow perl to convert it dynamically 2012-04-27 06:46:23 +00:00
Kenichi Ishigaki
af9280707c use atoll for 64bit env 2012-04-27 06:06:59 +00:00
Kenichi Ishigaki
d3c868c640 fixed warn params 2012-04-27 05:20:00 +00:00
Kenichi Ishigaki
5c6eaa7921 always convert atoll to _atoi64 for MSVC users 2012-04-27 05:15:36 +00:00
Kenichi Ishigaki
95b3acae65 updated Changes 2012-04-27 05:14:11 +00:00
Kenichi Ishigaki
6942cb3c59 turned datatype mismatch error into a warning as it did more harm than good 2012-04-27 05:11:47 +00:00
Kenichi Ishigaki
29914cba9c updated Changes 2012-03-25 02:38:38 +00:00
Kenichi Ishigaki
8fc2d566db applied two more patches from Yuriy Kaminskiy to fix 64bit integer handling 2012-03-25 02:37:09 +00:00
Kenichi Ishigaki
6f54dc4aa2 updated Changes 2012-03-24 13:53:41 +00:00
Kenichi Ishigaki
aeb99721d1 another patch from Yuriy Kaminskiy to fix truncated integer 2012-03-24 13:51:25 +00:00
Kenichi Ishigaki
0970b639ba applied a patch to fix condition in sqlite_set_result (Yuriy Kaminskiy) 2012-03-24 13:49:48 +00:00
Kenichi Ishigaki
82d08f1d0f updated SQLite 3.7.11 2012-03-20 15:26:08 +00:00
Adam Kennedy
2d1b3e12b7 Prepare for release 2012-02-23 04:01:48 +00:00
Kenichi Ishigaki
a823c437f6 updated Changes and versions 2012-02-22 17:24:34 +00:00
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