1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 14:19:10 -04:00
Commit graph

143 commits

Author SHA1 Message Date
Kenichi Ishigaki
20fdc73971 releng 1.47_05 2015-05-08 22:46:23 +09:00
Kenichi Ishigaki
93bd77e7d7 releng 1.47_04 2015-05-02 02:35:04 +09:00
Kenichi Ishigaki
1034fedc84 releng 1.47_03 2015-04-16 23:42:24 +09:00
Kenichi Ishigaki
25cf95e717 added 'all' to EXPORT_TAGS 2015-04-16 23:32:10 +09:00
Kenichi Ishigaki
628393db5b releng 1.47_02 2015-04-16 22:24:31 +09:00
Kenichi Ishigaki
5a52a78269 tweaked constant order for better diff 2015-04-16 17:46:26 +09:00
Kenichi Ishigaki
50eaffaff6 reflected the change in sort order of constants 2015-04-16 17:13:44 +09:00
Kenichi Ishigaki
ea3e25e620 added a generated constants.inc and ::Constants 2015-03-19 02:17:40 +09:00
Kenichi Ishigaki
168096d771 releng 1.47_01 2015-02-17 15:57:21 +09:00
Kenichi Ishigaki
895c83ce76 releng 1.46 2014-12-10 15:20:27 +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
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
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
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
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
Kenichi Ishigaki
e18172fb91 releng 1.45_03 2014-10-25 02:57:27 +09:00
Kenichi Ishigaki
c4056c3bb8 releng 1.45_02 2014-10-23 17:19:18 +09:00
Kenichi Ishigaki
f975b5cd15 releng 1.45_01 2014-10-23 00:31:57 +09:00
Kenichi Ishigaki
3ef48ff6ce releng 1.44 2014-10-22 23:17:35 +09:00
Kenichi Ishigaki
6ab97143c8 oops, overlooked unnecessary non-core deps 2014-07-21 14:16:52 +09:00
Kenichi Ishigaki
590d084b3d not to depend on YAML::XS/List::MoreUtils 2014-07-21 09:02:08 +09:00
Laurent Dami
0ec13083f1 implementation of FIND_FUNCTION, plus a couple of cosmetic changes in various places 2014-07-20 18:57:19 +02:00
Laurent Dami
bf65db231f various fixes / improvements 2014-07-12 08:20:19 +02:00
Laurent Dami
9018a4683c various code refactorings, completion of the doc 2014-07-11 06:06:19 +02:00
Laurent Dami
d6a77c88ea bug corrections & addition of class VirtualTable/PerlData 2014-07-10 05:45:28 +02:00
Laurent Dami
78984a9de8 initial support for virtual tables in Perl (WORK IN PROGRESS) 2014-07-09 08:31:34 +02:00
Laurent Dami
b6d9f86716 move FTS documentation to a separate file 2014-07-05 04:19:31 +02:00
Kenichi Ishigaki
070f1149dc resolved #85302: typo fixes 2013-05-15 02:08:55 +00:00
Laurent Dami
6835c13898 updated doc and tests for FTS4 (but no change in code was required) 2012-12-30 16:29:03 +00:00
Adam Kennedy
3323af898a Updated copyright 2012-01-19 01:49:45 +00:00
Kenichi Ishigaki
d30f3ab459 Cookbook patch by Yuriy Kaminskiy 2011-09-06 15:21:20 +00:00
Adam Kennedy
496f10c439 Updating copyright 2011-03-07 06:47:45 +00:00
Laurent Dami
f509d383a2 removed FTS3Transitional (will be published as a separate distribution, since very few users will ever need it). 2010-09-07 09:45:24 +00:00
Adam Kennedy
63cc430ee3 Importing other people's import isn't always a good idea 2010-09-07 03:47:22 +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
411d4981fd DBD-SQLite: applied a doc patch from Ansgar Burchardt #56693 2010-04-19 15:21:14 +00:00
Kenichi Ishigaki
cb5fdd0a08 DBD-SQLite: switched from func() to installed method and noted for the users of an older DBI 2009-05-06 12:33:53 +00:00
Adam Kennedy
d8e8f46111 Removing =cut 2009-04-22 10:57:58 +00:00
Adam Kennedy
a944dc38ef Added a Cookbook 2009-04-22 09:26:42 +00:00