Frederick
Frederick
I don't know if you are intending to support windows, but the command line interface doesn't work on windows. Windows 10 Enterprise python 3.6
#### Data Structure ``` { "objects": [ { "@TYPE": A, "$": "one", }, { "@TYPE": B, "$": "two", }, { "@TYPE": C, "$": "three", } ] } ``` #### Question...
- EdgeDB Version: 2.8+afca054 - EdgeDB CLI Version: 2.3.0-dev.895+cba06af - OS Version: ubuntu 22.04 The following schema doesn't generate errors on migration create, but it produces `edgedb error: UnsupportedFeatureError: set...
It seems like it would be helpful to have the filename, line and column number for this error. Forgetting to prefix properties with a dot seems like an easy mistake....
- EdgeDB Version: 4.5+28216a1 - EdgeDB CLI Version: repl 4.1.0-dev.1078+3ed6170 - OS Version: ubuntu 22.04 Steps to Reproduce: 1. unzip [dump.zip](https://github.com/edgedb/edgedb/files/14212185/dump.zip) 2. restore the dump file to a new db...
The test was removed in https://github.com/edgedb/edgedb-go/pull/292/files#diff-54930caf20c237ae694f4fcc8c4b5282a4097a7e32685926abed55fff021438aR194
EdgeDB 4.0 adds a multi range type that `edgedb-go` will need to support. see also: [python implementation](https://github.com/edgedb/edgedb-python/pull/452) [server implementation](https://github.com/edgedb/edgedb/commit/9f31f005ad39b259d33519a11c0267105be521ed)
It would probably be nice to have examples for `WithConfig()` etc. in the documentation.
Currently `edgeql-go` generates private query functions and return types. The user can export these types but it requires a few lines of code for each query. There should be a...
When we don't have permission to read a file/folder in the project tree skip it instead of failing.