owl_sql 0.7.1
owl_sql: ^0.7.1 copied to clipboard
Source code generator for SQL CRUD (Postgresql and CockroachDB-flavoured SQL).
Changelog #
0.7.1 #
- Updated code to latest Dart SDK and pedantic lints.
- More support for CockroachDB (e.g. column families, ordered keys).
0.7.0 #
Breaking changes:
- Dart 2.2 compatible code (incl. using the optional
newinitialization). ${table.type}ConnectionFnremovedTable.paginateusesPostgreSQLExecutionContext(e.g.Connectionor a pooling proxy).
Updates:
- Import package with prefixes.
- Additional mutable (non-database) fields for
Rowobjects.
0.6.3 #
- Support
limitwith*Table.updateAll.
0.6.2 #
- Support
limitwith*Table.deleteAll.
0.6.1 #
- Support for
SMALLINTcolumn.
0.6.0 #
- Complete rewrite of the SQL parts from
owl/owl_codegen(0.4)