X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2Fref.sgml;h=bb77f598b462297d3053eea56379110cc090fced;hb=ed0ba77f1cff4820da69c6229018e06b9efad1b5;hp=8551e1152e0b3b0dea329b985de2e2c2949200bf;hpb=6be46e38c9a7e08ed5c974c66bfdbd4dfad9a34d;p=clsql.git diff --git a/doc/ref.sgml b/doc/ref.sgml index 8551e11..bb77f59 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 @@ -1834,6 +1834,9 @@ :int Field is imported as a 32-bit signed integer. + :longlong Field is imported as a + 64-bit signed integer. + :double Field is imported as a double-float number.