Skip to content

v0.27.11

Compare
Choose a tag to compare
@elliotchance elliotchance released this 19 Oct 03:33
· 29 commits to main since this release
6841be0
Remove .is_unknown for BOOLEAN (#164)

This is only needed for interval storage, it's not distinct from the
NULL property of BOOLEAN itself. There are no changes needed to the
database version.

This also found (and fixes) two cases with incorrect BOOLEAN logic.