Skip to content

2.2.0

Compare
Choose a tag to compare
@ScopeyNZ ScopeyNZ released this 14 Apr 23:10
· 42 commits to 2 since this release

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