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

1283 commits

Author SHA1 Message Date
Kenichi Ishigaki
4c7b071a3c updated SQLite to 3.13.0 2016-06-23 10:15:53 +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
67c5927214 updated SQLite to 3.12.2 2016-04-19 12:18:33 +09:00
Kenichi Ishigaki
c91398e2e0 Merge pull request #17 from rurban/master
add 2 missing function declarations
2016-03-30 23:37:02 +09:00
Reini Urban
84092c54df add 2 missing function declarations
repro with -Wimplicit-function-declaration
2016-03-30 14:46:29 +02:00
Kenichi Ishigaki
093875d590 updated SQLite to 3.12.0 2016-03-30 09:11:08 +09:00
Kenichi Ishigaki
996562ec28 releng 1.51_04 2016-03-07 13:31:27 +09:00
Kenichi Ishigaki
6939112acc updated SQLite to 3.11.1 2016-03-07 13:27:42 +09:00
Kenichi Ishigaki
2db5167b43 releng 1.51_03 2016-02-20 20:05:59 +09:00
Kenichi Ishigaki
42007c9118 respect also SQLITE_INC/SQLITE_LIB when necessary 2016-02-20 20:04:00 +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
b4cfca7772 enabled (experimental) FTS5 2016-02-20 09:54:56 +09:00
Kenichi Ishigaki
f351137d55 updated MANIFEST 2016-02-20 09:48:42 +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
20f57e8eb0 updated Changes 2016-02-16 13:13:29 +09:00
Kenichi Ishigaki
58ba45f179 see if SQLITE_ENABLE_FTS3_TOKENIZER environmental variable is set, for those who do need perl tokenizer 2016-02-16 13:06:51 +09:00
Kenichi Ishigaki
65ac52d817 add 5.22 to .travis.yml 2016-02-16 12:59:33 +09:00
Kenichi Ishigaki
d1fd6128e3 register perl tokenizer only if DBD::SQLite is compiled with -DSQLITE_ENABLE_FTS3_TOKENIZER 2016-02-16 12:55:38 +09:00
Kenichi Ishigaki
37034d0b52 updated SQLite to 3.11.0 2016-02-16 12:55:14 +09:00
Kenichi Ishigaki
e9ae705fb6 split dbdimp.c and move tokenizer/virtual table-related code into .inc files 2016-02-16 12:23:09 +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
0c5895c77f added a brief description to ::Constants (fix #16, Salvatore++) 2016-02-15 21:58:23 +09:00
Kenichi Ishigaki
cee7a582f3 updated Changes 2016-02-15 01:28:44 +09:00
Kenichi Ishigaki
d17fe985b1 applied a doc patch by Salvatore Bonaccorso (fix #15) 2016-02-15 01:26:58 +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
609895d465 updated to SQLite 3.10.2 2016-01-21 10:06:51 +09:00
Kenichi Ishigaki
36a662a274 releng 1.49_06 2016-01-15 12:39:12 +09:00
Kenichi Ishigaki
e04ff8444d updated SQLite to 3.10.1 2016-01-15 12:35:38 +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
bc3fb9500d added a note on strlike and strglob 2016-01-11 19:44:21 +09:00
Kenichi Ishigaki
f5aaef2594 allowed strlike to take a letter as the third arg, instead of a number 2016-01-11 19:42:39 +09:00
Kenichi Ishigaki
b624002827 sqlite_db_readonly requires SQLite 3.7.11 2016-01-11 19:38:17 +09:00
Kenichi Ishigaki
fcb048e838 silenced uuv 2016-01-11 19:32:25 +09:00
Kenichi Ishigaki
57e13adb35 create_module is for dbh, not sth 2016-01-11 18:42:37 +09:00
Kenichi Ishigaki
d38cfa00c1 moved the pragma section before the foreign keys section 2016-01-11 18:31:36 +09:00
Kenichi Ishigaki
03dd9b486f tweaked to include the bundled SQLite library version (RT-107040) 2016-01-11 18:27:10 +09:00
Kenichi Ishigaki
b494c77afc regen constants 2016-01-11 16:50:31 +09:00
Kenichi Ishigaki
ed34c8a80c expose SQLITE_VERSION_NUMBER 2016-01-11 16:50:13 +09:00
Kenichi Ishigaki
1a279cd988 sort for consistency 2016-01-11 16:44:05 +09:00
Kenichi Ishigaki
b71c5a6c7d removed a big warning on foreign keys 2016-01-11 15:54:59 +09:00