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

354 commits

Author SHA1 Message Date
Kenichi Ishigaki
3a326fea9f updated SQLite to 3.26.0 2018-12-06 01:59:14 +09:00
Kenichi Ishigaki
c02316e38b release 1.61_02 2018-12-01 18:08:01 +09:00
Kenichi Ishigaki
954ab8f289 changed the preferred bugtracker 2018-12-01 18:02:24 +09:00
Kenichi Ishigaki
6faa8a3c90 Implemented backup_to_dbh/backup_from_dbh (#30) 2018-12-01 17:48:46 +09:00
Kenichi Ishigaki
1aafac2382 added a note on sqlite_prefer_numeric_type 2018-12-01 17:42:57 +09:00
Kenichi Ishigaki
00dfbbaad6 implemented type_info_all 2018-12-01 17:32:55 +09:00
Kenichi Ishigaki
315b86627d release 1.61_01 2018-12-01 16:58:18 +09:00
Kenichi Ishigaki
7ee8310ae7 fix the number of workarounds 2018-12-01 13:58:07 +09:00
Kenichi Ishigaki
35f91fe215 replaced a link to search.cpan.org with the equivalent metacpan.org link 2018-12-01 13:53:07 +09:00
Kenichi Ishigaki
66dff77e10 added sqlite_limit method 2018-12-01 13:50:45 +09:00
Kenichi Ishigaki
433a971b7e bumped up SQLite to 3.25.3 2018-12-01 11:46:22 +09:00
Kenichi Ishigaki
7dec2b8c1f release 1.60 2018-12-01 11:42:02 +09:00
Kenichi Ishigaki
d116a5228e release 1.59_03 2018-11-03 21:11:48 +09:00
Kenichi Ishigaki
f3b305d442 add a note on TYPE statement handle attribute 2018-11-03 17:00:39 +09:00
Kenichi Ishigaki
817c9a5669 mention cast() function 2018-11-03 16:28:08 +09:00
Kenichi Ishigaki
198ae95635 release 1.59_02 2018-09-30 15:08:54 +09:00
Kenichi Ishigaki
9fcf565c11 Update SQLite to 3.25.2 2018-09-30 15:06:15 +09:00
Kenichi Ishigaki
d8652e4a66 release 1.59_01 2018-09-17 04:08:57 +09:00
Kenichi Ishigaki
8491f808d3 Update SQLite to 3.25.0 2018-09-16 17:42:20 +09:00
Ed J
26d25a4edd doc that DEFERRABILITY now handled 2018-08-26 22:42:49 +01:00
Ed J
128d379a0d handle other kinds of deferrable 2018-08-26 22:26:34 +01:00
Ed J
9f54d4eba1 refactor for DRY 2018-08-26 22:17:30 +01:00
Ed J
8500529c1b add deferrability to foreign_key_info 2018-08-26 22:02:12 +01:00
Brendan Byrd
62a54a4610 Create DBD::SQLite::GetInfo with a more verbose set of data 2018-04-30 19:45:39 -04:00
Kenichi Ishigaki
501f4d6443 Update SQLite to 3.23.0 2018-04-03 00:34:43 +09:00
Kenichi Ishigaki
9ae307d375 releng 1.58 2018-03-28 20:54:53 +09:00
Kenichi Ishigaki
a78838dcf8 releng 1.57_01 2018-03-21 15:43:19 +09:00
Kenichi Ishigaki
43bcd31784 releng 1.56 2018-02-28 18:00:40 +09:00
Kenichi Ishigaki
6e3347b476 releng 1.55_07 2018-01-27 16:42:22 +09:00
Kenichi Ishigaki
649f46c58a Upgraded SQLite to 3.22.0 2018-01-27 16:36:40 +09:00
Kenichi Ishigaki
7d32850c67 releng 1.55_06 2018-01-27 16:34:16 +09:00
Kenichi Ishigaki
4738b4c3b4 Downgraded SQLite to 3.19.3 because of a regression reported in https://rt.cpan.org/Public/Bug/Display.html?id=124227 2018-01-27 12:33:15 +09:00
Kenichi Ishigaki
fc9b461869 releng 1.55_05 2017-12-16 03:52:07 +09:00
Kenichi Ishigaki
7adc107634 releng 1.55_04 2017-11-22 02:06:38 +09:00
Kenichi Ishigaki
e3598578a8 added note on sqlite_extended_result_codes 2017-11-22 02:01:56 +09:00
Kenichi Ishigaki
a288096735 updated Changes 2017-11-21 03:51:08 +09:00
Kenichi Ishigaki
0dbc9d1074 made the table name argument for statistics_info() case-insensitive (RT-122581) 2017-09-07 07:14:19 +09:00
René Nyffenegger
db59ba03e9 Fix typo 2017-09-01 20:57:47 +02:00
Kenichi Ishigaki
e6eeefe065 updated SQLite to 3.20.1 2017-08-29 07:12:00 +09:00
Kenichi Ishigaki
c8df907d81 updated SQLite to 3.19.0 2017-05-23 03:36:12 +09:00
Kenichi Ishigaki
9e4a7f3f77 updated SQLite to 3.18.0 2017-04-01 01:12:17 +09:00
Kenichi Ishigaki
5c053be183 releng 1.55_03 2017-02-14 10:30:22 +09:00
Kenichi Ishigaki
f0bd09b68b updated SQLite to 3.17.0 2017-02-14 10:30:01 +09:00
Kenichi Ishigaki
ca430e9091 releng 1.55_02 2017-01-08 01:47:34 +09:00
Kenichi Ishigaki
e4a551217c updated SQLite to 3.16.2 2017-01-08 01:46:10 +09:00
Dave Rolsky
2b2ff06eab Fix statistics_info when only unique indexes were requested
This was completely broken before. Now there's a test so it should stay
working.
2017-01-07 10:23:24 -06:00
Kenichi Ishigaki
28590db64e releng 1.55_01 2017-01-04 00:42:34 +09:00
Kenichi Ishigaki
52bdffa12f updated SQLite to 3.16.0 2017-01-04 00:29:30 +09:00
Kenichi Ishigaki
9bbc7f3e68 updated SQLite to 3.15.2 2016-12-24 11:40:13 +09:00
Kenichi Ishigaki
72ec7c9245 releng 1.54 2016-12-24 11:35:51 +09:00