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

412 commits

Author SHA1 Message Date
Kenichi Ishigaki
2db5167b43 releng 1.51_03 2016-02-20 20:05:59 +09:00
Kenichi Ishigaki
bb93e93884 skip no warnings test because it's known to fail under perl >= 5.22 and non-utf8 locale (RT-112220) 2016-02-20 19:57:02 +09:00
Kenichi Ishigaki
90dc44a63b releng 1.51_02 2016-02-20 10:49:35 +09:00
Kenichi Ishigaki
c716e6b56a compare perl_match and db_match 2016-02-20 10:43:33 +09:00
Kenichi Ishigaki
8a50806e17 try Encode for older perls 2016-02-20 10:33:14 +09:00
Kenichi Ishigaki
95bd200674 not to use Japanese multibyte characters directly 2016-02-20 10:21:36 +09:00
Kenichi Ishigaki
000a351046 releng 1.51_01 2016-02-20 10:02:10 +09:00
Kenichi Ishigaki
7ae3f655d0 make sure to set internal unicode mode before registering default callbacks (REGEXP function etc) 2016-02-20 09:45:11 +09:00
Kenichi Ishigaki
abed684c43 two-arg fts3_tokenizer() is disabled by default for security concerns as of SQLite 3.11.0, unless DBD::SQLite is compiled with -DSQLITE_ENABLE_FTS3_TOKENIZER 2016-02-16 11:55:27 +09:00
Kenichi Ishigaki
75c3f2e5e3 releng 1.50 2016-02-11 00:03:11 +09:00
Kenichi Ishigaki
ff895aa2f6 releng 1.49_08 2016-01-30 09:53:49 +09:00
Kenichi Ishigaki
a17b7f350f these tests should be skipped if DBD::SQLite is not compiled with FTS3/4 2016-01-30 09:48:03 +09:00
Kenichi Ishigaki
008e1291d5 ignore one of the tests that requires the enhanced query syntax if DBD::SQLite is not compiled with ENABLE_FTS3_PARENTHESIS (RT-111558) 2016-01-30 09:41:38 +09:00
Kenichi Ishigaki
db43f7a75e releng 1.49_07 2016-01-21 10:09:37 +09:00
Kenichi Ishigaki
36a662a274 releng 1.49_06 2016-01-15 12:39:12 +09:00
Kenichi Ishigaki
c58791f768 releng 1.49_05 2016-01-11 22:30:08 +09:00
Kenichi Ishigaki
0d52eae83d added a test for strlike 2016-01-11 19:44:57 +09:00
Kenichi Ishigaki
b624002827 sqlite_db_readonly requires SQLite 3.7.11 2016-01-11 19:38:17 +09:00
Kenichi Ishigaki
8845364fba implemented ReadOnly attribute 2016-01-10 09:16:38 +09:00
Kenichi Ishigaki
92f3b0bb52 releng 1.49_04 2015-11-24 21:57:11 +09:00
A. Sinan Unur
5aca46b6c4 Fix version check against 3.7.11 so the test runs
A typo in the version number in `t/59_extended_result_codes.t`
causes test to be skipped. In the test file, 3.7.11 is encoded
as `3071100`. The correct construction is `3007011`.

See also https://www.nu42.com/2015/11/tests-never-ran.html
2015-11-23 10:40:38 -05:00
Kenichi Ishigaki
c7d4cc549b releng 1.49_03 2015-11-05 14:50:21 +09:00
Kenichi Ishigaki
d3d9abe909 releng 1.49_02 2015-10-10 12:41:57 +09:00
Kenichi Ishigaki
0acc82460a added a workaround for prepared savepoints to fix rt-106950 2015-10-10 12:01:32 +09:00
Kenichi Ishigaki
3f61844afa added a failing test for rt-106950 2015-10-10 09:36:22 +09:00
Kenichi Ishigaki
f679a6caf7 oops 2015-10-04 14:36:36 +09:00
Kenichi Ishigaki
3eb1a18420 skip all the tests for table_column_metadata if ENABLE_COLUMN_METADATA is not set. 2015-10-04 14:20:16 +09:00
Kenichi Ishigaki
5a163d925d releng 1.49_01 2015-08-04 20:15:11 +09:00
Kenichi Ishigaki
f7dde96931 outermost savepoint should be treated as a begin(RT #106151) 2015-08-04 19:12:58 +09:00
Kenichi Ishigaki
348ca9afb5 releng 1.48 2015-06-12 01:08:08 +09:00
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
ae1eedab5c ...and this specific test requires SQLite 3.7.12 and above
- though extended error codes are supported earlier
2015-04-16 21:44:55 +09:00
Kenichi Ishigaki
2200a59da2 "IS NULL" was first supported at SQLite 3.6.19, not 3.6.10 2015-04-16 20:24:23 +09:00
Kenichi Ishigaki
a23de06650 fix GH #8 2015-04-16 19:59:21 +09:00
Kenichi Ishigaki
f85a740e70 moved a naive cpp comment test (which users don't have to test by themselves) to xt 2015-04-16 17:22:07 +09:00
Kenichi Ishigaki
82e4128321 sqlite_ function should be tested using @CALL_FUNCS 2015-03-29 13:58:12 +09:00
Kenichi Ishigaki
d43b278f00 fixed test plan for older DBI (SREZIC++)
- http://www.cpantesters.org/cpan/report/3db6dd42-d517-11e4-a801-1beddfbfc7aa
2015-03-29 12:00:17 +09:00
Kenichi Ishigaki
68d2877490 CANTOPEN_ISDIR is only valid on Win32 2015-03-20 12:34:31 +09:00
Kenichi Ishigaki
b1975f1e97 supported extended result codes 2015-03-20 11:52:46 +09:00
Kenichi Ishigaki
87371fb727 tweaked a filecontent test to reflect the addition/removal of files 2015-03-19 02:22:25 +09:00
Kenichi Ishigaki
168096d771 releng 1.47_01 2015-02-17 15:57:21 +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
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
0de40139bf releng 1.45_06 2014-11-26 17:52:00 +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