Kenichi Ishigaki
5c053be183
releng 1.55_03
2017-02-14 10:30:22 +09:00
Kenichi Ishigaki
ca430e9091
releng 1.55_02
2017-01-08 01:47:34 +09:00
Dave Rolsky
2b2ff06eab
Fix statistics_info when only unique indexes were requested
...
This was completely broken before. Now there's a test so it should stay
working.
2017-01-07 10:23:24 -06:00
Kenichi Ishigaki
28590db64e
releng 1.55_01
2017-01-04 00:42:34 +09:00
Kenichi Ishigaki
2abb10acb3
removed no_warnings test from t/37_regexp.t to ignore locale warnings (Locale '...' may not work well)
2016-12-26 15:05:42 +09:00
Kenichi Ishigaki
72ec7c9245
releng 1.54
2016-12-24 11:35:51 +09:00
Kenichi Ishigaki
35f3454e7e
releng 1.53_01
2016-11-26 10:31:24 +09:00
Kenichi Ishigaki
e17149317a
re-enable perl tokenizer by calling sqlite3_db_config if SQLite >= 3.12
2016-11-26 10:07:24 +09:00
Kenichi Ishigaki
8878009ede
releng 1.52
2016-11-15 22:02:40 +09:00
Kenichi Ishigaki
a9afbccd6a
releng 1.51_07
2016-10-16 14:14:06 +09:00
Kenichi Ishigaki
473a3bf4bf
releng 1.51_05
2016-06-23 10:19:58 +09:00
Kenichi Ishigaki
25321bfda1
fixed RT-115465: column_info doesn't parse sizes with spaces (ilmari++)
2016-06-23 10:07:09 +09:00
Kenichi Ishigaki
996562ec28
releng 1.51_04
2016-03-07 13:31:27 +09:00
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