- Introduced
isBetween
andisBetweenValues
methods for comparable expressions (int, double, datetime)
to check values for both an upper and lower bound - Automatically map
BOOLEAN
andDATETIME
columns declared in a sql file to the appropriate type
(both used to bedouble
before). - Fix streams not emitting cached data when listening multiple times
- Accept
\r
as whitespace in moor files and compiled queries - Breaking: Remove the type parameter from
Insertable.createCompanion
(it was declared as an
internal method, but you will have to re-run the build)