Skip to content

Fix None handling in non-nullable columns

Compare
Choose a tag to compare
@boazsha boazsha released this 25 Aug 14:52
· 288 commits to master since this release
db8c5aa

BREAKING CHANGES:

None.

FEATURES:

None.

FIXES:

  • Before the fix, None values in non nullable column types (e.g Decimal) would raise when returned from queries.
    Now, will gracefully assign Nones
    Refer to test test_null_values_in_data for examples