Merge branch 'master' of https://github.com/angel-dart/orm into 2.1.0
This commit is contained in:
commit
3eab7be268
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue