r1683: *** empty log message ***
[clsql.git] / doc / ref.sgml
index 8551e1152e0b3b0dea329b985de2e2c2949200bf..a24ae22b0d337952b4fba2c2af9f476c0c715c1d 100644 (file)
                </para>
                <para>
                  A value of <symbol>:auto</symbol> 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
                  ignored.
                  <simplelist type="vert">
                    <member><symbol>:int</symbol> Field is imported as a
-                     32-bit signed integer.
+                     signed integer, from 8-bits to 64-bits depending
+                      upon the field type.
                    </member>
                    <member><symbol>:double</symbol> Field is imported as a
                      double-float number.