diff options
author | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-11-12 10:30:42 +1100 |
---|---|---|
committer | Carlo Zancanaro <carlo@clearboxsystems.com.au> | 2013-11-12 10:30:42 +1100 |
commit | 1685984030a9d1cd588196d9e2cf648e57034f72 (patch) | |
tree | 6c6f4e6a0b1baf42a0020a13f43ef33692213352 | |
parent | fa9e624f4ce94207a07d740fd5db05c068ce8b7f (diff) |
Fix a minor error in the README.
-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 |