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
Kenichi Ishigaki
ca430e9091
releng 1.55_02
2017-01-08 01:47:34 +09:00
Kenichi Ishigaki
28590db64e
releng 1.55_01
2017-01-04 00:42:34 +09:00
Kenichi Ishigaki
72ec7c9245
releng 1.54
2016-12-24 11:35:51 +09:00
Kenichi Ishigaki
35f3454e7e
releng 1.53_01
2016-11-26 10:31:24 +09:00
Kenichi Ishigaki
8878009ede
releng 1.52
2016-11-15 22:02:40 +09:00
Kenichi Ishigaki
a9afbccd6a
releng 1.51_07
2016-10-16 14:14:06 +09:00
Kenichi Ishigaki
5bd465fc07
releng 1.51_06
2016-10-15 09:17:54 +09:00
Kenichi Ishigaki
473a3bf4bf
releng 1.51_05
2016-06-23 10:19:58 +09:00
Kenichi Ishigaki
996562ec28
releng 1.51_04
2016-03-07 13:31:27 +09:00
Kenichi Ishigaki
2db5167b43
releng 1.51_03
2016-02-20 20:05:59 +09:00
Kenichi Ishigaki
90dc44a63b
releng 1.51_02
2016-02-20 10:49:35 +09:00
Kenichi Ishigaki
000a351046
releng 1.51_01
2016-02-20 10:02:10 +09:00
Kenichi Ishigaki
0c5895c77f
added a brief description to ::Constants ( fix #16 , Salvatore++)
2016-02-15 21:58:23 +09:00
Kenichi Ishigaki
d17fe985b1
applied a doc patch by Salvatore Bonaccorso ( fix #15 )
2016-02-15 01:26:58 +09:00
Kenichi Ishigaki
75c3f2e5e3
releng 1.50
2016-02-11 00:03:11 +09:00