Yury Selivanov
Yury Selivanov
Right now we're always sending a `Parse` protocol message. For cloud instances the client/server roundtrip is actually quite expensive (say 100ms), so an extra Parse message inflates the latency to...
- [x] Remember theme selection globally - [ ] Remember “persist query” per database - [x] show tab labels on hover - [ ] Can we remember last schema layout...
...as opposed to storing it in PyRuntime. Storing it in PyRuntime is fundametally wrong, as its state contains references to Python objects. Those objects (tuples and strings) can (and will)...
Don't merge, this is just to test node deployment
For the UI (and possibly the CLI) it would be nice to have a migrations browser that shows diffs as textual diffs of SDL, not just DDL deltas. The latter...
We should start renaming the CLI: * Add support for the new "gel://" schema * "gel.toml" support. The new CLI should display a warning if "edgedb.toml" is used. It should...
## Description EdgeDB got recently renamed to Gel [1]. The schema language extension changed from `.esdl` to `.gel`. This PR adds `.gel` as a recognized file extension and `gel` as...
1. `lazy := true` on a computed property or property excludes it from being fetched on `select {*}` 2. When set on a link / computed link it excludes it...
* would be nice to have this mechanism in 7.0 * In 6.x we should raise an `UnsupportedFeature` error ```esdl access policy too_short allow insert, update using (.machine.is_bookable and .duration...