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

1144 commits

Author SHA1 Message Date
Kenichi Ishigaki
6e96dd112a added -DSQLITE_ENABLE_API_ARMOR for developers 2015-02-13 01:49:30 +09:00
Kenichi Ishigaki
69d9a31fc0 not to store imp_dbh globally, which should fix RT-86006 under Win32 (ie. ithreads-enabled environments)
- This is a tentative fix. Ideally this should be stored in MY_CXT or something less global.
2015-02-11 12:51:17 +09:00
Kenichi Ishigaki
eb10c7ce6f tweaked code and tests for older SQLite libraries (re: RT 101573) 2015-02-10 17:07:32 +09:00
Kenichi Ishigaki
6ebf627ffd improved .gitignore to ignore downloaded SQLite tarballs and their extracted directories 2015-02-10 17:04:02 +09:00
Kenichi Ishigaki
8e0af257fe updated Changes 2015-02-08 18:10:21 +09:00
Kenichi Ishigaki
f537ab8ab9 updated SQLite to 3.8.8.2 2015-02-08 18:09:42 +09:00
Kenichi Ishigaki
76d1702937 updated Changes 2015-01-21 04:24:09 +09:00
Kenichi Ishigaki
2e3106166c updated SQLite to 3.8.8.1 2015-01-21 04:23:48 +09:00
Kenichi Ishigaki
a3d4b3ae45 updated Changes 2015-01-17 15:51:43 +09:00
Kenichi Ishigaki
b1ad477255 updated SQLite to 3.8.8 2015-01-17 15:50:59 +09:00
Kenichi Ishigaki
cbfb5a65a4 updated getsqlite.pl to support 3.8.8 2015-01-17 15:49:52 +09:00
Kenichi Ishigaki
af1fed5149 trim CRLF more eagerly (esp. for Cygwin) 2015-01-09 01:19:16 +09:00
Kenichi Ishigaki
491d5e641b skip virtual_table tests if $FindBin::Bin points to a nonexistent path for some reason 2014-12-18 17:20:50 +09:00
Kenichi Ishigaki
895c83ce76 releng 1.46 2014-12-10 15:20:27 +09:00
Kenichi Ishigaki
91b892e279 reverted changes to .travis.yml 2014-11-26 18:26:49 +09:00
Kenichi Ishigaki
0055ffd238 local-lib? 2014-11-26 18:23:55 +09:00
Kenichi Ishigaki
0a171e5165 mmm 2014-11-26 18:08:59 +09:00
Kenichi Ishigaki
d83a3d8ca6 tweaked .travis.yml 2014-11-26 18:05:55 +09:00
Kenichi Ishigaki
018711665b added 5.8.1 and blead to .travis.yml 2014-11-26 18:01:29 +09:00
Kenichi Ishigaki
0de40139bf releng 1.45_06 2014-11-26 17:52:00 +09:00
Kenichi Ishigaki
1cedb037a8 silenced a compile-time deprecation warning (Unescaped left brace in regex is deprecated) under bleadperl 2014-11-26 17:47:54 +09:00
Kenichi Ishigaki
76c4cc1cfa releng 1.45_05 2014-11-25 13:05:29 +09:00
Kenichi Ishigaki
58fa8c1bb4 Merge branch 'vt_PerlData_closure' 2014-11-25 12:56:22 +09:00
Laurent Dami
13e2b63d26 #99748 catch runtime errors occurring when user input for the MATCH operator is not a proper regex 2014-11-25 04:30:57 +01:00
Kenichi Ishigaki
cc24cc7742 updated Changes 2014-11-19 22:38:04 +09:00
Kenichi Ishigaki
2133026374 updated to sqlite 3.8.7.2 2014-11-19 22:37:24 +09:00
Laurent Dami
28fc0e459e RT#99748: replacing interpolated variables by a closure -- no risk of code injection 2014-10-29 06:57:17 +02:00
Kenichi Ishigaki
893c47e1d8 releng 1.45_04 2014-10-28 17:25:57 +09:00
Kenichi Ishigaki
5083f22370 added 5.20 to .travis.yml 2014-10-28 16:19:46 +09:00
Kenichi Ishigaki
9b227e74f4 fixed a case where bind param is undef (which should be converted to NULL) 2014-10-28 16:13:46 +09:00
Kenichi Ishigaki
0cd3997830 use quotemeta (as adviced in RT-99748) to address serious security issues 2014-10-28 15:12:29 +09:00
Laurent Dami
b4aeff356f additional tests for checking proper handling of '}' and '\}' 2014-10-26 22:47:03 +02:00
Laurent Dami
fb9a6bdd82 adapt tests so that they also work for DBI versions prior to 1.608 2014-10-26 10:14:49 +02:00
Laurent Dami
90ec404874 RT#99748 removed tests that cause segfaults under Perl <= 5.8.8 2014-10-26 09:19:48 +02:00
Laurent Dami
b2e36ee229 Merge branch 'master' of https://github.com/DBD-SQLite/DBD-SQLite 2014-10-26 07:47:12 +02:00
Laurent Dami
ab7539a7c8 RT#99748 - removed a test which causes experimental warnings under Perl >= 5.18 (and did not add much to the intended tests) 2014-10-26 07:46:10 +02:00
Kenichi Ishigaki
f5815659aa restore n_a for older perls. 2014-10-26 11:11:03 +09:00
Laurent Dami
c6d9c27e22 RT#99748
- added support for undef (NULLs) in comparisons
- new test file t/virtual_table/rt_99748.t for testing nulls and comparing vtable with a regular table
- tests that no security holes can be inserted in compiled regexes
- ROWIDs start at 1, not at 0
- replaced qr{..} by m{..}
2014-10-25 21:06:16 +02:00
Laurent Dami
704c2d2d3c fix RT#99747 - skip tests if Unicode::UCD is not installed 2014-10-25 05:32:24 +02:00
Kenichi Ishigaki
e18172fb91 releng 1.45_03 2014-10-25 02:57:27 +09:00
Kenichi Ishigaki
6d2ee81fbe enabled stat4 2014-10-24 17:03:26 +09:00
Kenichi Ishigaki
305cdbac2e silenced a few warnings 2014-10-24 15:57:09 +09:00
Kenichi Ishigaki
b388c648a3 added a few test cases for int overflow regression 2014-10-24 15:41:14 +09:00
Kenichi Ishigaki
0a1f3416fc fixed regression of 0 as integer 2014-10-24 15:40:12 +09:00
Kenichi Ishigaki
c4056c3bb8 releng 1.45_02 2014-10-23 17:19:18 +09:00
Kenichi Ishigaki
3066f36c2c adopted _sqlite_atoi64 from sqlite.c 2014-10-23 17:10:34 +09:00
Kenichi Ishigaki
f975b5cd15 releng 1.45_01 2014-10-23 00:31:57 +09:00
Kenichi Ishigaki
af73f27837 updated Changes 2014-10-23 00:30:51 +09:00
Kenichi Ishigaki
517d9bf595 improved int64 handling for 32bit environment (RT-76395) 2014-10-23 00:25:47 +09:00
Kenichi Ishigaki
40cc2628bf updated rt_76395_int_overflow.t with test cases from ribasushi 2014-10-22 23:41:13 +09:00