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

141 commits

Author SHA1 Message Date
Kenichi Ishigaki
2ab93a4e41 Update constants 2024-03-17 22:32:36 +09:00
Kenichi Ishigaki
fea0e3268f Release 1.74 2023-09-20 02:24:48 +09:00
Kenichi Ishigaki
d4bb44460f Release 1.73_01 2023-07-09 10:03:24 +09:00
Kenichi Ishigaki
f9e3cb6b75 Update constants 2023-07-09 10:02:25 +09:00
Kenichi Ishigaki
c08f3400e8 Add a new constant 2023-02-23 11:20:23 +09:00
Kenichi Ishigaki
38e116df3f Release 1.72 2022-11-04 01:27:49 +09:00
Kenichi Ishigaki
a7e5af7397 Release 1.71_07 2022-10-26 03:35:56 +09:00
Kenichi Ishigaki
353f185cc5 Release 1.71_06 2022-03-12 11:51:36 +09:00
Kenichi Ishigaki
fc64c4688a Release 1.71_05 2022-02-26 11:38:46 +09:00
Kenichi Ishigaki
0edf878de0 Release 1.71_04 2022-02-26 09:57:40 +09:00
Kenichi Ishigaki
b7c98ea81b Release 1.71_03 2022-02-23 19:45:30 +09:00
Kenichi Ishigaki
01077fa8a3 Release 1.71_02 2022-01-07 05:50:25 +09:00
Kenichi Ishigaki
d465ea9219 Release 1.71_01 2021-12-02 02:00:43 +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
87e1545ccb Release 1.70 2021-08-01 19:20:26 +09:00
Kenichi Ishigaki
631cc94f17 Release 1.69_02 2021-07-30 23:18:42 +09:00
Kenichi Ishigaki
6bac0136b3 Release 1.69_01 2021-07-30 06:07:43 +09:00
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