From 61b87513c1f6f0617aeb3e1dfb0bb58fc4cf67bd Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Mon, 4 Apr 2016 15:26:24 +0200 Subject: [PATCH 1/1] clarify CONV_INT behaviour --- pq/Result.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pq/Result.md b/pq/Result.md index d03697a..af11174 100644 --- a/pq/Result.md +++ b/pq/Result.md @@ -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 -- 2.30.2