X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref.sgml;h=a24ae22b0d337952b4fba2c2af9f476c0c715c1d;hb=17c4d99ca97dbdec882028929d645e16164b4b0b;hp=8551e1152e0b3b0dea329b985de2e2c2949200bf;hpb=6be46e38c9a7e08ed5c974c66bfdbd4dfad9a34d;p=clsql.git diff --git a/doc/ref.sgml b/doc/ref.sgml index 8551e11..a24ae22 100644 --- a/doc/ref.sgml +++ b/doc/ref.sgml @@ -1820,7 +1820,7 @@ A value of :auto causes &clsql; - to automatically convert the SQL field into a + to automatically convert SQL fields into a numeric format where applicable. The default value of &nil; causes all fields to be returned as strings regardless of the SQL type. Otherwise a list is expected @@ -1832,7 +1832,8 @@ ignored. :int Field is imported as a - 32-bit signed integer. + signed integer, from 8-bits to 64-bits depending + upon the field type. :double Field is imported as a double-float number.