diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -231,7 +231,7 @@ be the return value of the associated query function call (`deref`, * **Breaking:** Remove `having`, use `select` instead now -* `sort` can now sort on expressions, not just table names +* `sort` can now sort on arbitrary expressions, not just fields * `union` and `intersection` queries will now always introduce a subquery, but they should now compose properly (previously they |