Victor Petrovykh
Victor Petrovykh
We need to update the CLI in order to make EdgeDB branches usable for developers (see [RFC 1025](https://github.com/edgedb/rfcs/blob/master/text/1025-branches.rst)). We need to add the following commands: * ``edgedb branch create`` It...
It's great to have those exercises at the end of each chapter. Most of them are small enough that they could be done "on paper" without actually having access to...
Provide a way to specify ordering for the index expressions. Also make the support of indexes on multiple fields more consistent (stop using tuples for that).
Add a way to define a fallback mechanism for indexes based on extensions being enabled or disabled.
Add a mechanism for grouping access policies together to enable code re-use and clearer semantics.
Add the concept of `access group` in addition to `access policy` as a way to address code duplication and boilerplate.
Postgis
This is a WIP PR. Mostly at this point I expect to go over the exposed functions, test that they _run_ (don't care for functionality tests mostly, as that is...
Obviously, this requires the `postgis` extension on the server side for tests to work. So we can only test and merge this once we decide how `postgis` extension is packaged,...
RETURNING clauses don't resolve table names.