From eb0ca0a8517919f98736fd9101cc4f88f1b63a0f Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Sat, 1 Dec 2018 17:42:57 +0900 Subject: [PATCH] added a note on sqlite_prefer_numeric_type --- lib/DBD/SQLite.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm index bd90819..be28915 100644 --- a/lib/DBD/SQLite.pm +++ b/lib/DBD/SQLite.pm @@ -1549,6 +1549,10 @@ users because SQLite uses dynamic type system (that means, the datatype of a value is associated with the value itself, not with its container). +As of version 1.61_02, if you set C +database handle attribute to true, C statement handle +attribute returns an array of integer, as an experiment. + =head2 Performance SQLite is fast, very fast. Matt processed his 72MB log file with it,