Register "real" datatype to the existing float transformation.

Attempt at fixing #73.
This commit is contained in:
Dimitri Fontaine 2014-06-05 01:00:33 +02:00
parent 1273c42393
commit 8becf05803

View File

@ -136,6 +136,7 @@
;; objects, where we only want to deal with text.
;;
(cond ((or (string-equal "float" coltype)
(string-equal "real" coltype)
(string-equal "double precision" coltype)
(and (<= 7 (length coltype))
(string-equal "numeric" coltype :end2 7)))