We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7cf4d7 commit 3c4bf42Copy full SHA for 3c4bf42
tests/Test/Connector.hs
@@ -167,7 +167,7 @@ testPostgreSQL p = do
167
supported "SMALLINT" (1 :: Int)
168
supported "INTEGER" (1 :: Int)
169
supported "BIGINT" (1 :: Int)
170
- supported "REAL" (1 :: Int)
+ supported "REAL" (1.0 :: Double)
171
supported "DOUBLE PRECISION" (1.5 :: Double)
172
supported "SMALLSERIAL" (1 :: Int)
173
supported "SERIAL" (1 :: Int)
0 commit comments