Merge branch 'master' of https://github.com/angel-dart/orm into 2.1.0

This commit is contained in:
Tobe O 2019-10-09 10:19:33 -04:00
commit 3eab7be268

View file

@ -9,6 +9,9 @@ ORM queries to reference their joined subqueries.
* Always put `ORDER BY` before `LIMIT`.
* `and`, `or`, `not` in `QueryWhere` include parentheses.
# 2.0.2
* Place `LIMIT` and `OFFSET` after `ORDER BY`.
# 2.0.1
* Apply `package:pedantic` fixes.
* `@PrimaryKey()` no longer defaults to `serial`, allowing its type to be