brick_sqlite 0.0.6
brick_sqlite: ^0.0.6 copied to clipboard
SQLite connector for Brick, a data persistence library for Flutter
Unreleased #
0.0.6 #
- Field names should always be used instead of column names in
Query#providerArgs: - Boolean responses from
StubSqliteare converted to 1 and 0.QuerySqlTransformerconverts input boolean values in queries to 1 or 0 to ensure they're serialized and compared properly in SQLite; this change ensures the other end performs the same conversion - Add test coverage for
StubSqlite - Fixes an edge case in the
QuerySqlTransformerwhere overlapping field names were replaced multiple times by thefieldsToColumnsmap, resulting in an improper column names
0.0.5 #
- Rename
Query#paramstoQuery#providerArgs, reflecting the much narrower purpose of the member
0.0.2 #
- Fix linter hints