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

39 commits

Author SHA1 Message Date
Kenichi Ishigaki
0c5895c77f added a brief description to ::Constants (fix #16, Salvatore++) 2016-02-15 21:58:23 +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
1a279cd988 sort for consistency 2016-01-11 16:44:05 +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
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
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
25cf95e717 added 'all' to EXPORT_TAGS 2015-04-16 23:32:10 +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
5a52a78269 tweaked constant order for better diff 2015-04-16 17:46:26 +09:00
Kenichi Ishigaki
18fe076b34 note when a constant tag is ignored 2015-04-16 17:14:44 +09:00
Kenichi Ishigaki
c3571f0c11 added a script to see which API was introduced when 2015-03-19 02:19:34 +09:00
Kenichi Ishigaki
305d556b5b refactored getsqlite.pl to use a utility module 2015-03-19 02:18:39 +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
Kenichi Ishigaki
5ddbdd1e6b replaced LWP::Simple with HTTP::Tiny 2015-02-13 15:12:47 +09:00
Kenichi Ishigaki
cbfb5a65a4 updated getsqlite.pl to support 3.8.8 2015-01-17 15:49:52 +09:00
Kenichi Ishigaki
c743e254e5 bumped up sqlite to 3.8.3.1 2014-02-12 11:46:53 +09:00
Kenichi Ishigaki
ed6a158a8f download url has changed since 3.7.16 2013-03-20 13:31:05 +00:00
Kenichi Ishigaki
b4162a1b04 removed foolish message of util/getsqlite.pl 2011-06-24 14:45:21 +00:00
Darren Duncan
564dd98d1a getsqlite.pl is broken for 3.7.5+; make it say so 2011-05-19 17:13:17 +00:00
Kenichi Ishigaki
ebd86bc344 check sqlite-autoconf-version directory too 2011-03-05 13:40:57 +00:00
Darren Duncan
b90672a55d upd getsqlite.pl to work with 3.7.4+ dist filenames 2010-12-08 05:09:33 +00:00
Laurent Dami
777fc9660e getsqlite: extract fts3_tokenizer.h from amalgation 2010-08-25 02:55:25 +00:00
Kenichi Ishigaki
df15f5138a some of the amalgamatation tarballs go into sqlite-amalgamation-* directory instead of sqlite-* 2010-06-10 07:06:55 +00:00
Adam Kennedy
2555660d74 Tweaked to live in the subdirectory 2009-04-22 01:53:43 +00:00
Adam Kennedy
02603227e7 Corrected RT path.
Moved getsqlite.pl into util
2009-04-22 01:50:50 +00:00