Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
truthy :: SqlValue -> Bool Source #
truthy tells us whether our Haskell code should consider a SqlValue "true", mostly for the purpose of filtering. It should not be used to construct a SqlValue, as it does not handle NULL correctly for that purpose.
extendWithNulls :: [a] -> [SqlValue] -> [SqlValue] Source #