Attempt at fixing #59 (sqlite double type casting).

Blindly add a new type conversion in the SQLite code base to handle the
source type DOUBLE and convert it to "double precision".
This commit is contained in:
Dimitri Fontaine 2014-05-13 11:57:03 +02:00
parent d7b05ba411
commit efda3eebfa

View File

@ -135,6 +135,9 @@
((string-equal "text" coltype)
nil)
((string-equal "double" coltype)
"double precision")
(t
(compile nil (lambda (c)
(when c