edgedb / edgedb-cli

The EdgeDB CLI
https://www.edgedb.com/docs/cli/index
Apache License 2.0
166 stars 23 forks source link

`edgedb branch create` should show nicer error messages for older server versions that don't support branches #1232

Closed jaclarke closed 7 months ago

jaclarke commented 7 months ago

Steps to Reproduce:

$ edgedb branch create auth
Creating branch 'auth'...
edgedb error: EdgeQLSyntaxError: Unexpected 'schema' (on line 1, column 8)
  Server traceback:
...

See also: https://github.com/edgedb/edgedb-cli/issues/1226#issue-2171283698

quinchs commented 7 months ago

Implemented in https://github.com/edgedb/edgedb-cli/pull/1234