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

254 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
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
8fc2d566db applied two more patches from Yuriy Kaminskiy to fix 64bit integer handling 2012-03-25 02:37:09 +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
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
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
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
Kenichi Ishigaki
b4220250ce applied another patch by Yuriy Kaminskiy to fix finalize issues 2011-10-20 16:14:56 +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
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
95f523161d fixed a leak 2011-10-05 14:39:23 +00:00
Kenichi Ishigaki
404246a9f9 a float for an integer column 2011-09-30 16:14:31 +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
Kenichi Ishigaki
d17eda6553 apparently SvPVbyte is not well supported in perl 5.6.x 2011-09-12 16:02:00 +00:00
Kenichi Ishigaki
e40b755564 better support for SQLITE_OMIT_LOAD_EXTENSION 2011-08-24 02:19:59 +00:00
Kenichi Ishigaki
9b3cdbfd0d fixed RT#67843 2011-05-11 03:12:03 +00:00
Kenichi Ishigaki
968ecf0063 sqlite_see_if_its_a_number attribute to enable sqlite_is_number check 2011-03-05 13:28:27 +00:00
Kenichi Ishigaki
5288da34ab show warnings only when Warn is true 2010-11-14 05:04:15 +00:00
Kenichi Ishigaki
8b35bb979a hopefully fixed #62370 (segfaults during operations on disconnected handle 2010-11-03 13:44:04 +00:00
Kenichi Ishigaki
389337381d silenced warnings while compilation 2010-10-31 00:10:27 +00:00
Kenichi Ishigaki
c2ede159a6 rollback should be done while active flag is on 2010-10-30 23:57:39 +00:00
Kenichi Ishigaki
019e78ec3a moved fts3 things to the end of the dbdimp.c as they are private methods 2010-10-30 23:53:40 +00:00
Kenichi Ishigaki
9829e0f090 fixed a memory leak (rt #60860) 2010-08-31 15:13:55 +00:00
Kenichi Ishigaki
cbf6d382d1 recover previous behavior 2010-08-25 03:04:10 +00:00
Kenichi Ishigaki
03c6c1ee19 disabled sqlite_is_number related stuff 2010-08-25 02:28:02 +00:00
Kenichi Ishigaki
3b3a5e83bc tweaked buffer size (Stefan Evert++) 2010-07-14 18:38:53 +00:00
Kenichi Ishigaki
18b21263b6 made VC6 happy 2010-07-14 18:37:44 +00:00
Kenichi Ishigaki
21ff3681cc requires STRLEN n_a for POPpx (at least for older perl's) 2010-07-14 17:47:18 +00:00
Laurent Dami
aaa54713c9 patch suggested by Stefan Evert for older perls that don't have newSVpvn_flags 2010-07-13 16:39:52 +00:00
Laurent Dami
d43cf63ad0 added support for FTS3 fulltext searches : perl tokenizers, documentation and tests 2010-07-13 06:28:21 +00:00
Kenichi Ishigaki
f3dcf2cf74 more tests 2010-06-17 08:35:33 +00:00
Kenichi Ishigaki
00b0cb9f00 more tests 2010-06-17 07:08:01 +00:00
Kenichi Ishigaki
2c973413b6 wrong condition 2010-06-17 03:07:08 +00:00
Kenichi Ishigaki
c7a882378e do not try float conversion without precision 2010-06-17 02:59:47 +00:00
Kenichi Ishigaki
da6c54a517 comment 2010-06-17 02:56:48 +00:00