1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-06 21:58:01 -04:00
Commit graph

74 commits

Author SHA1 Message Date
Kenichi Ishigaki
2ab93a4e41 Update constants 2024-03-17 22:32:36 +09:00
Kenichi Ishigaki
b433d17436 Update SQLiteUtil 2024-03-17 22:31:23 +09:00
Kenichi Ishigaki
3f66a57dd4 Update SQLiteUtil 2023-07-09 10:02:11 +09:00
Kenichi Ishigaki
ad5125d99d Ignore newly-added prepared_statement_scan_status constants 2023-02-23 11:19:14 +09:00
Kenichi Ishigaki
dd62355f48 Add year 2023 condition 2023-02-23 11:18:55 +09:00
Kenichi Ishigaki
1bfcf7c38e Add 2022 to SQLiteUtil::year 2022-01-07 05:48:02 +09:00
Kenichi Ishigaki
3b75eb3796 Hide SESSION_OBJCONFIG_SIZE 2021-12-02 01:39:35 +09:00
Kenichi Ishigaki
7848525aeb Update constants 2021-12-02 01:28:49 +09:00
Kenichi Ishigaki
dddc12423a Make DBD_SQLITE_STRING_MODE_ constants exportable 2021-05-31 08:31:22 +09:00
Kenichi Ishigaki
20782166cf Tweak constants.pl 2021-05-30 21:25:28 +09:00
Felipe Gasper
9dc75eaead Replace “string_unicode” boolean with “string_mode” enum.
Issue #78 and issue #68: This introduces additional, more robust
schemas for translating strings between SQLite and Perl.
2021-05-29 19:19:58 -04:00
Kenichi Ishigaki
c15f5c5d4f Support versions released in 2021 2021-03-31 06:21:40 +09:00
Kenichi Ishigaki
3dff252633 Use https 2021-03-31 06:21:08 +09:00
Kenichi Ishigaki
fa6fa30878 Add a few constants 2020-12-06 01:59:56 +09:00
Kenichi Ishigaki
4d7d00544e Update constants 2020-07-27 01:36:35 +09:00
Kenichi Ishigaki
28cb59487f Update constants 2020-02-08 20:07:50 +09:00
Kenichi Ishigaki
a47cb92cfd Update SQLite to 3.31.1 2020-02-08 20:01:49 +09:00
Kenichi Ishigaki
0cbc86a243 update constants 2019-10-27 23:53:30 +09:00
Kenichi Ishigaki
e0aba4fb86 update constants 2019-07-12 01:14:05 +09:00
Kenichi Ishigaki
82cdba9f8f fixed SQLiteUtil to fetch releases in 2019 2019-02-11 21:50:43 +09:00
Kenichi Ishigaki
8bc5cba09d updated %since 2018-12-22 05:26:54 +09:00
Kenichi Ishigaki
d166633c01 ignore missing sqlite tarballs 2018-12-22 05:25:55 +09:00
Kenichi Ishigaki
9c851bf852 warn if versions in %since/%until does not match the known sqlite version numbers 2018-12-22 05:25:19 +09:00
Kenichi Ishigaki
a4126d6742 show also a tag for a changed constant 2018-12-22 05:20:50 +09:00
Kenichi Ishigaki
843ecf112f make ignore check a bit stricter 2018-12-22 05:18:46 +09:00
Kenichi Ishigaki
f16117c342 cleanup $ignore_tag_re and add some explanation to make it easier for me to expose some of the constants that are only ignored because corresponding interfaces are not implemented yet 2018-12-22 05:17:28 +09:00
Kenichi Ishigaki
85f80b9e6d made run-time limit constant group public 2018-12-01 12:58:43 +09:00
Kenichi Ishigaki
e28c47f5cf hid some newly added constant groups 2018-12-01 12:57:59 +09:00
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
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