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

123 commits

Author SHA1 Message Date
Kenichi Ishigaki
d2abfe2752 Release 1.68 2021-07-22 14:28:47 +09:00
Kenichi Ishigaki
95a360a6a4 Release 1.67_07 2021-06-19 09:56:55 +09:00
Kenichi Ishigaki
a7e04d785c Release 1.67_06 2021-06-14 12:48:15 +09:00
Kenichi Ishigaki
076a7fd814 Release 1.67_05 2021-06-13 08:38:29 +09:00
Kenichi Ishigaki
dddc12423a Make DBD_SQLITE_STRING_MODE_ constants exportable 2021-05-31 08:31:22 +09:00
Kenichi Ishigaki
5c7779f889 Release 1.67_04 2021-05-31 07:53:52 +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
e455116b51 Release 1.67_03 2021-03-31 06:35:06 +09:00
Kenichi Ishigaki
242d674a55 Release 1.67_02 2020-12-06 02:04:08 +09:00
Kenichi Ishigaki
fa6fa30878 Add a few constants 2020-12-06 01:59:56 +09:00
Kenichi Ishigaki
e51324a7a3 Release 1.67_01 2020-11-24 21:57:43 +09:00
Kenichi Ishigaki
108b4a9b54 Release 1.66 2020-08-30 11:12:12 +09:00
Kenichi Ishigaki
3e91167b0c Release 1.65_03 2020-07-27 01:41:36 +09:00
Kenichi Ishigaki
4d7d00544e Update constants 2020-07-27 01:36:35 +09:00
Kenichi Ishigaki
3dfcbcd8f1 Release 1.65_02 2020-02-08 22:00:34 +09:00
Kenichi Ishigaki
28cb59487f Update constants 2020-02-08 20:07:50 +09:00
Kenichi Ishigaki
d958b05c1d Release 1.65_01 2020-01-18 10:53:56 +09:00
Kenichi Ishigaki
0cbc86a243 update constants 2019-10-27 23:53:30 +09:00
Kenichi Ishigaki
1bab5016df release 1.64 2019-08-12 18:01:57 +09:00
Kenichi Ishigaki
3212d33b59 release 1.63_05 2019-07-12 02:47:53 +09:00
Kenichi Ishigaki
e0aba4fb86 update constants 2019-07-12 01:14:05 +09:00
Kenichi Ishigaki
685c944cb5 release 1.63_04 2019-05-25 01:39:09 +09:00
Kenichi Ishigaki
dd9df3efea release 1.63_03 2019-02-15 01:55:00 +09:00
Kenichi Ishigaki
6e89c499b4 release 1.63_02 2019-02-14 04:08:12 +09:00
Kenichi Ishigaki
13da736ed6 release 1.63_01 2019-01-26 07:19:04 +09:00
Max Maischein
1fd1a0d15f Handle 'unknown' op in DBD::SQLite::VirtualTable::PerlData
This patch adds code and a test when SQLite generates an 'unknown'
op for a table join in the BEST_INDEX() callback. The Perl code crashed
when such an op was generated for a JOIN criterion by the SQLite engine.

The SQLite engine creates an 'unknown' op on the following SQL
for example:

                select r.nodepath
                  from temp.scan_results r
                       left join temp.scan_results m
                             on r.nodepath = m.nodepath+1
                 where m.nodepath is null

The important part is that the right side of the left join must be
checked for IS NULL.
2019-01-25 19:05:07 +01:00
Kenichi Ishigaki
fb1cf99dde release 1.62 2018-12-29 02:57:17 +09:00
Kenichi Ishigaki
f05eecb56e release 1.61_04 2018-12-22 15:35:12 +09:00
Kenichi Ishigaki
ffe1410978 expose DBCONFIG constants 2018-12-22 05:11:53 +09:00
Kenichi Ishigaki
b8c5535548 release 1.61_03 2018-12-19 22:02:35 +09:00
Kenichi Ishigaki
c02316e38b release 1.61_02 2018-12-01 18:08:01 +09:00
Kenichi Ishigaki
315b86627d release 1.61_01 2018-12-01 16:58:18 +09:00
Kenichi Ishigaki
b8a821edf6 updated constants 2018-12-01 12:59:25 +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
1eda646cd8 Apply a patch from Björn Höhrmann (fix #31) 2018-11-03 17:13:55 +09:00
Kenichi Ishigaki
198ae95635 release 1.59_02 2018-09-30 15:08:54 +09:00
Kenichi Ishigaki
d8652e4a66 release 1.59_01 2018-09-17 04:08:57 +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
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
7d32850c67 releng 1.55_06 2018-01-27 16:34:16 +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
573d6f02b7 fixed ISNOT undef case 2017-11-21 05:15:27 +09:00
Kenichi Ishigaki
0c2b23a0a1 added newly introduced constants 2017-11-21 03:27:28 +09:00
Kenichi Ishigaki
da3306e443 added new index constraint ops introduced in SQLite 3.21.0 to PerlData (GH#28) 2017-11-21 03:25:30 +09:00
Kenichi Ishigaki
5c053be183 releng 1.55_03 2017-02-14 10:30:22 +09:00