2.2.0
This release includes a fix to ensure return types are consistent. Boolean columns (or values) fetched with SQL will now return as 1
or 0
(integers).
- MINOR: Add comment to explain ‘f’ coercion. (Sam Minnee) - fd27c17
- FIX: Boolean ’t’/‘f’ strings need to be coerced to int properly. (Sam Minnee) - 32a0aad
- FIX: Removed test that has been moved back to framework (Sam Minnee) - 8f70ac8
- FIX: Return correct types in PostgreSQLQuery (Sam Minnee) - 72787ae