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

4 commits

Author SHA1 Message Date
Petr Písař
7d8deadc78 Die on EOF() method mismatch
perl_vt_Eof() in dbdimp_virtual_table.inc calls EOF() method. If the
call returned an unexpected number of values, perl_vt_Eof() printed
a warning and returned a value of a local variable that was never
initialized.

This patch fixes it by raising an exception instead of printing
a warning.
2019-07-30 10:12:35 +02: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
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
e9ae705fb6 split dbdimp.c and move tokenizer/virtual table-related code into .inc files 2016-02-16 12:23:09 +09:00