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

1148 commits

Author SHA1 Message Date
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
Kenichi Ishigaki
c366b4d888 added a note about the ReadOnly attribute 2016-01-11 15:40:53 +09:00
Kenichi Ishigaki
ce28ce5f51 regenerated constants 2016-01-11 15:33:50 +09:00
Kenichi Ishigaki
9a647c57e0 ignore virtual_table_scan_flags 2016-01-11 15:32:45 +09:00
Kenichi Ishigaki
58e50836e7 added two shorter tag names 2016-01-11 10:21:12 +09:00
Kenichi Ishigaki
5377c25b66 required to use DBD::SQLite before exporting 2016-01-11 10:15:52 +09:00
Kenichi Ishigaki
8845364fba implemented ReadOnly attribute 2016-01-10 09:16:38 +09:00
Kenichi Ishigaki
376a2243ec better error checks 2016-01-07 19:50:08 +09:00
Kenichi Ishigaki
ea07bcc638 LIKE/GLOB/REGEXP are also required to be implemented for SQLite 3.10.0 and above 2016-01-07 19:47:10 +09:00
Kenichi Ishigaki
8cdc7a1114 updated Constants 2016-01-07 19:45:55 +09:00
Kenichi Ishigaki
fd95558594 list avaialable constants for clarity 2016-01-07 19:45:38 +09:00
Kenichi Ishigaki
125d5c17f4 new constant is introduced in 3.10.0 2016-01-07 19:44:20 +09:00
Kenichi Ishigaki
25b1b6dfb5 oops; 3090000 was not 3.9.0 2016-01-07 19:43:20 +09:00
Kenichi Ishigaki
61ae7b0503 updated to SQLite 3.10.0 2016-01-07 19:41:34 +09:00
Kenichi Ishigaki
f706e15c58 tweaked utility to fetch library released in 2016 (3.10.0 and above) 2016-01-07 00:47:27 +09:00
Kenichi Ishigaki
92f3b0bb52 releng 1.49_04 2015-11-24 21:57:11 +09:00
Kenichi Ishigaki
80f9f10860 updated ::Constants 2015-11-24 21:38:45 +09:00
Kenichi Ishigaki
b754aec0e1 updated constants info 2015-11-24 21:38:23 +09:00
Kenichi Ishigaki
5802dae907 made it easier to find what to add 2015-11-24 21:32:10 +09:00
Kenichi Ishigaki
fa0b8edaea made SQLiteUtil a bit less verbose 2015-11-24 21:25:39 +09:00
Kenichi Ishigaki
eb69d88479 moved the guts of api_history utility to SQLiteUtil 2015-11-24 21:23:14 +09:00
Kenichi Ishigaki
e657de6c50 die if PageNotFound page is returned successfully 2015-11-24 15:59:48 +09:00
Kenichi Ishigaki
150e9a44e5 fixed utility to fetch SQLite 3.7.4 correctly 2015-11-24 15:58:52 +09:00
Kenichi Ishigaki
7a6d13f68a Merge pull request #14 from nanis/nanis-fix-t59-version-check
Fix version check against 3.7.11 so the test runs
2015-11-24 14:36:13 +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
05901205d8 updated SQLite to 3.9.2 2015-11-05 14:49:57 +09:00
Kenichi Ishigaki
5b1ad44ef1 updated SQLite to 3.9.1 2015-10-17 18:30:20 +09:00
Kenichi Ishigaki
fec891c59e updated SQLite to 3.9.0 2015-10-16 09:31:00 +09:00
Kenichi Ishigaki
c165f39b7b defined SQLITE_ENABLE_JSON1 to enable json support (for SQLite 3.9.0+) 2015-10-10 15:39:22 +09:00
Kenichi Ishigaki
726d1b56b8 made getsqlite.pl possible to download a snapshot version of SQLite 2015-10-10 15:37:38 +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