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

1259 commits

Author SHA1 Message Date
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
Kenichi Ishigaki
351ec8e321 updated SQLite to 3.8.7 2014-10-22 23:21:13 +09:00
Kenichi Ishigaki
3ef48ff6ce releng 1.44 2014-10-22 23:17:35 +09:00
Kenichi Ishigaki
898f67d355 ::VirtualTable depends on Scalar::Util 2014-10-22 23:12:39 +09:00
Kenichi Ishigaki
4139bb51bb releng 1.43_09 (yet another rc for 1.44) 2014-10-20 16:48:05 +09:00
Kenichi Ishigaki
3c5267734d fix for VC6 2014-10-20 16:22:24 +09:00
Kenichi Ishigaki
12509a7855 fixed RT-99583
- avoid shortening a database filename with Win32::GetShortPathName, because it makes corresponding journal files (-journal, .wal etc) with the shortened filename, and those journal files will not be recognized by other sqlite3 clients (which may lead to inconsistensy/database corruption).
- need to keep using Win32::GetShortPathName to make a parent directory canonical (so that sqlite3 can recognize a path with unicode characters correctly.)
2014-10-20 15:55:26 +09:00
Kenichi Ishigaki
c931e7c01d releng 1.43_08 2014-08-21 18:00:21 +09:00
Kenichi Ishigaki
e1465e1791 updated MANIFEST 2014-08-21 17:59:40 +09:00
Laurent Dami
45482fd9a3 compilation flag SQLITE_ENABLE_FTS4_UNICODE61 no longer needed with v3.8.6
(see Message-ID: <53BCFA91.1080703@gmail.com> From: Dan Kennedy <danielk1977@gmail.com> :
"FTS4 has been updated to match the documentation. So that "unicode61" is
now enabled by default or disabled by SQLITE_DISABLE_FTS3_UNICODE. As of
3.8.6, SQLITE_ENABLE_FTS4_UNICODE61 will no longer exist."

 http://www.sqlite.org/src/info/0cc0230ae9cf)
2014-08-19 22:10:18 +02:00
Kenichi Ishigaki
74244341cd updated Changes 2014-08-16 22:15:41 +09:00
Kenichi Ishigaki
302741f5f3 updated to SQLite 3.8.6 2014-08-16 22:13:54 +09:00
Kenichi Ishigaki
69a785e173 releng 1.43_07 2014-07-30 02:01:31 +09:00
Kenichi Ishigaki
539d79f080 Applied a patch from Rob to fix RT-97598, and added a test 2014-07-30 01:57:50 +09:00
Kenichi Ishigaki
371cfe83a1 releng 1.43_06 2014-07-22 09:29:45 +09:00
Kenichi Ishigaki
b792b5f9bd fixed two issues for older perls (reported by ribasushi++) 2014-07-22 09:25:58 +09:00
Kenichi Ishigaki
153040e776 releng 1.43_05 2014-07-21 14:43:44 +09:00
Kenichi Ishigaki
dbc21164e8 Revert "bumped up the minimum perl version to 5.8.1 (the same as DBI)"
This reverts commit 1dcd2228d1.
2014-07-21 14:36:52 +09:00
Kenichi Ishigaki
1dcd2228d1 bumped up the minimum perl version to 5.8.1 (the same as DBI) 2014-07-21 14:22:03 +09:00
Kenichi Ishigaki
6ab97143c8 oops, overlooked unnecessary non-core deps 2014-07-21 14:16:52 +09:00
Kenichi Ishigaki
550849a2ab releng 1.43_04 2014-07-21 10:13:05 +09:00
Kenichi Ishigaki
29814af5a9 added .el and SQLite.c to MANIFEST.SKIP 2014-07-21 10:12:25 +09:00
Kenichi Ishigaki
68a73aba1b updated MANIFEST 2014-07-21 10:10:27 +09:00
Kenichi Ishigaki
590d084b3d not to depend on YAML::XS/List::MoreUtils 2014-07-21 09:02:08 +09:00
Kenichi Ishigaki
297f997471 Revert "silenced yet another 'unused' warning"
This reverts commit 0a618d811a.
2014-07-21 08:43:58 +09:00
Kenichi Ishigaki
0a618d811a silenced yet another 'unused' warning 2014-07-21 08:38:37 +09:00
Kenichi Ishigaki
db5df57c93 removed unused local variables 2014-07-21 08:34:30 +09:00
Kenichi Ishigaki
defae5918a changed diag to note 2014-07-21 08:31:07 +09:00
Kenichi Ishigaki
58b49b8bdb Merge branch 'rt_96877_unicode_statements' 2014-07-21 08:28:53 +09:00
Kenichi Ishigaki
6a68dbadb3 Merge branch 'vtab' 2014-07-21 08:27:35 +09:00
Kenichi Ishigaki
c1ddd22120 fixes for VC6 2014-07-21 08:22:47 +09:00
Laurent Dami
5661c0855f fix typo 2014-07-20 20:32:47 +02:00
Laurent Dami
ab008be4e3 test the example described in L<DBD::SQLite::VirtualTable::PerlData/"Hashref example : unicode characters"> 2014-07-20 20:29:02 +02: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
7af00e7edd cleanup
- Emacs settings no longer in dbdimp.c source
- remove duplicated code (generalize cals to stacked_sv_from_sqlite3_value())
- variables renamed
2014-07-19 03:39:07 +02:00
Laurent Dami
bf65db231f various fixes / improvements 2014-07-12 08:20:19 +02:00