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

25 commits

Author SHA1 Message Date
Kenichi Ishigaki
3e9195bd53 updated api history 2018-12-01 12:56:19 +09:00
Kenichi Ishigaki
3a407b1e7b Updated SQLiteUtil.pm to support SQLite released in 2018 2018-01-27 12:31:58 +09:00
Kenichi Ishigaki
0c2b23a0a1 added newly introduced constants 2017-11-21 03:27:28 +09:00
Kenichi Ishigaki
872aa29ee1 ignore new constants (for now) 2017-08-29 07:13:56 +09:00
Kenichi Ishigaki
a29349bff3 ignore removed SQLite distributions 2017-08-29 07:13:04 +09:00
Kenichi Ishigaki
2a6722591a fix SQLiteUtil to accept 3.14 as a valid version 2017-01-08 01:45:38 +09:00
Kenichi Ishigaki
78c0976425 update SQLiteUtil to support versions released in 2017 2017-01-04 00:29:05 +09:00
Kenichi Ishigaki
fcb048e838 silenced uuv 2016-01-11 19:32:25 +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
ed34c8a80c expose SQLITE_VERSION_NUMBER 2016-01-11 16:50:13 +09:00
Kenichi Ishigaki
9a647c57e0 ignore virtual_table_scan_flags 2016-01-11 15:32:45 +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
f706e15c58 tweaked utility to fetch library released in 2016 (3.10.0 and above) 2016-01-07 00:47:27 +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
726d1b56b8 made getsqlite.pl possible to download a snapshot version of SQLite 2015-10-10 15:37:38 +09:00
Kenichi Ishigaki
eaf3dc37d0 fixed versions detection from sqlite website 2015-04-16 19:40:22 +09:00
Kenichi Ishigaki
558e422e94 SQLite 3.6.16.1 doesn't extract into a directory 2015-04-16 17:47:18 +09:00
Kenichi Ishigaki
18fe076b34 note when a constant tag is ignored 2015-04-16 17:14:44 +09:00
Kenichi Ishigaki
54eb2bcf5b added a script to extract SQLite constants from sqlite3.h and generate necessary XSUBs 2015-03-19 02:16:09 +09:00