clarify CONV_INT behaviour
[mdref/mdref-pq] / pq / Result.md
index d03697a1ff9d7af35b2232957003206a18ee57ce..af11174cf75835b96e1c4e1c151990395eae9cd5 100644 (file)
@@ -42,7 +42,7 @@ See [Fetching Results](pq/Result/: Fetching Results) for a general overview.
 * CONV_BOOL  
   Automatically convert 'f' and 't' to FALSE and TRUE and vice versa.
 * CONV_INT  
-  Automatically convert integral strings to either int if it fits into maximum integer size and vice versa.
+  Automatically convert integral strings to either int if it fits into maximum integer size or else to float and vice versa.
 * CONV_FLOAT  
   Automatically convert floating point numbers.
 * CONV_SCALAR