SqliteMagic v0.16.0 Release Notes

Release Date: 2017-11-19 // over 6 years ago
    • ๐Ÿ†• New: Add nullability metadata to column types
      • Now every column has metadata about their nullability which makes the whole API even more type safe
    • ๐Ÿ†• New: Add support for object(s) update/persist operations with custom WHERE clause by unique column
    • ๐Ÿ†• New: Add unaryMinus method to numeric columns which changes positive values to negative and vice versa
    • ๐Ÿ†• New: Add not method to expressions which negates the expression.