Hi,

It seems sqlite3_column_decltype() is changed in 3.12.0 without
mentioning it in the changelog. A test case is attached. Using 3.11.1,
the result is not quoted, with 3.12.0 it is.
As such, the former outputs: type:json text value:bar; while with the
latter prints: type:'json text' value:bar.
Is this intentional? It breaks the Database::DumpTruck [1] Perl module at least.

Regards,
Laszlo/GCS
[1] https://metacpan.org/release/Database-DumpTruck

Reply via email to