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

1500 commits

Author SHA1 Message Date
Kenichi Ishigaki
071abbab23 these are not TODO any more 2018-12-01 17:53:14 +09:00
Kenichi Ishigaki
4af5487ca1 removed a type test in rt_40594_nullable.t 2018-12-01 17:53:14 +09:00
Kenichi Ishigaki
7c811dd4f4 TYPE statement attribute should be integer (RT#46873) 2018-12-01 17:53:14 +09:00
Kenichi Ishigaki
67af7629f9 added missing declarations 2018-12-01 17:52:34 +09:00
Kenichi Ishigaki
6faa8a3c90 Implemented backup_to_dbh/backup_from_dbh (#30) 2018-12-01 17:48:46 +09:00
Kenichi Ishigaki
881131445e Merge branch 'type_fix' 2018-12-01 17:43:36 +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
6a86e54992 introduced sqlite_prefer_numeric_type handle attribute 2018-12-01 17:32:55 +09:00
Kenichi Ishigaki
09288710c5 these are not TODO any more 2018-12-01 17:30:47 +09:00
Kenichi Ishigaki
90cf41a773 removed a type test in rt_40594_nullable.t 2018-12-01 17:30:47 +09:00
Kenichi Ishigaki
f04f766d71 TYPE statement attribute should be integer (RT#46873) 2018-12-01 17:30:47 +09:00
Kenichi Ishigaki
47c115cae2 fix the number of tests for ancient DBI 2018-12-01 17:11:42 +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
b762aa2ca2 updated README 2018-12-01 13:55:09 +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
a2161f0b93 added .pl to MANIFEST.SKIP 2018-12-01 13:51:00 +09:00
Kenichi Ishigaki
66dff77e10 added sqlite_limit method 2018-12-01 13:50:45 +09:00
Kenichi Ishigaki
b8a821edf6 updated constants 2018-12-01 12:59:25 +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
433a971b7e bumped up SQLite to 3.25.3 2018-12-01 11:46:22 +09:00
Kenichi Ishigaki
3efc738102
Merge pull request #39 from kiwiroy/configure-max-length
Add ability to configure SQLITE_MAX_LENGTH with environment variable
2018-12-01 11:43:46 +09:00
Kenichi Ishigaki
7dec2b8c1f release 1.60 2018-12-01 11:42:02 +09:00
Roy Storey
0c702a3488 add ability to configure SQLITE_MAX_LENGTH with environment variable 2018-11-28 11:17:55 +13:00
Kenichi Ishigaki
d116a5228e release 1.59_03 2018-11-03 21:11:48 +09:00
Kenichi Ishigaki
1e2d7839ba updated Changes 2018-11-03 21:10:33 +09:00
Kenichi Ishigaki
1eda646cd8 Apply a patch from Björn Höhrmann (fix #31) 2018-11-03 17:13:55 +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
998847196d use func to support older DBI 2018-10-13 17:48:20 +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
52c2e15fa5 fix a broken virtual filecontent table test 2018-09-17 04:07:42 +09:00
Kenichi Ishigaki
c8ee5f0500 updated MANIFEST 2018-09-17 04:07:06 +09:00
Kenichi Ishigaki
113ca70aa5 Fix to use a PV value as a virtual table column value where appropriate (RT-124941) 2018-09-17 03:46:52 +09:00
Kenichi Ishigaki
8491f808d3 Update SQLite to 3.25.0 2018-09-16 17:42:20 +09:00
Kenichi Ishigaki
8ee8ac791c
Merge pull request #35 from mohawk2/add-deferrability
Add deferrability parsing to foreign_key_info
2018-08-28 02:36:09 +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
Kenichi Ishigaki
817956ba5b Applied a patch by Bo Lindbergh (RT-125068) 2018-05-01 14:21:17 +09:00
Kenichi Ishigaki
8169fbe7e5 updated Changes 2018-05-01 14:06:46 +09:00
Kenichi Ishigaki
36cb5c9611
Merge pull request #32 from SineSwiper/feature/get_info
Create DBD::SQLite::GetInfo with a more verbose set of data
2018-05-01 14:02:06 +09: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