Alexander Lippling
Alexander Lippling
Hi, I have the following code: ``` data File = File { fileName :: String , filePath :: FilePath , fileContents :: ByteString } $(deriveSafeCopy 0 'base ''File) data Database...
I want to store a scientific value in the database using a predefined base (e.g. 2.56 as 256 with predefined exponent of -2). When I retrieve the value from the...
I only saw a `PGNumeric` instance for `IsSqlType`. Am I missing something or is the PGNumeric support incomplete?