Skip to content

Binaries Floating

Choose a tag to compare

@helje5 helje5 released this 17 Sep 13:08
· 106 commits to main since this release
93d883e

This version treats all Int types (Int8, UInt32 etc) as SQLite base values, i.e. they can be used in a schema. Also adds support for Float.

The Bool type can now process TEXT columns in a limited way (but always writes as Int64). It'll match textual bools using the first character (Yes, No, True, False, 0, 1 etc).

Finally, when using a RawRepresentable w/ an unmapped stored value, a proper Error is thrown (vs crashing in a forced unwrap).