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

1281 commits

Author SHA1 Message Date
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
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
1d665d8661 fetching attributes from a statement handle whose database handle is disabled should return an error, instead of coredump under perl with -fsanitize=address
- reported by Peter Rabbitson
2018-03-21 15:04:09 +09:00
Kenichi Ishigaki
43bcd31784 releng 1.56 2018-02-28 18:00:40 +09:00
Kenichi Ishigaki
ef9f0d2424 add order by to make a test more reliable (ribasushi++)
- 849d2ac9ad (commitcomment-27150620)
2018-01-28 00:29:00 +09:00
Kenichi Ishigaki
6e3347b476 releng 1.55_07 2018-01-27 16:42:22 +09:00
Kenichi Ishigaki
9a1a3705c1 Disabled STAT[34] compile-time options, which interestingly fixes RT-124227 2018-01-27 16:38:28 +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
849d2ac9ad Add a regression test for RT-124227 2018-01-27 12:34:47 +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
3a407b1e7b Updated SQLiteUtil.pm to support SQLite released in 2018 2018-01-27 12:31:58 +09:00
Kenichi Ishigaki
7b949c35a4 Fix test failures for older perls because of the line ending 2018-01-20 16:34:02 +09:00
Kenichi Ishigaki
72fd3e009e Remove NoWarnings test from t/43_fts.t because Perl may spit a locale warning under some environment 2018-01-20 16:07:33 +09:00
Kenichi Ishigaki
fc9b461869 releng 1.55_05 2017-12-16 03:52:07 +09:00
Kenichi Ishigaki
3ba2feb306 updated MANIFEST 2017-12-16 03:34:58 +09:00
Kenichi Ishigaki
fbf0714a3c implemented ParamValues statement handle attribute (RT-123886) 2017-12-16 03:31:54 +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