Jack Fischer
Jack Fischer
When deleting a set of objects it's annoying to click each one - interested in behavior comparable to multi-select in lots of UIs where you can hold down the shift...
No prompt for backfill, double `RESET EXPRESSION` when changing from computed to hard required link
- EdgeDB Version: 4.7 and 5.3 - EdgeDB CLI Version: 5.1.0 - OS Version: macos Steps to Reproduce: Make the following change from computed to hard link. CLI doesn't prompt...
- EdgeDB Version: 4.7 - EdgeDB CLI Version: 5.1.0 This is extremely minor and doesnt really matter, but filing it as an oddity just in case it is a helpful...
- EdgeDB Version: 4.7 - EdgeDB CLI Version: 5.1.0 - OS Version: macos 14.5 Steps to Reproduce: 1. Try to use an enum query parameter in CLI or UI ```...
**Code** ```typescript const selectQuery = e.select(e.ActivitySnapshot, () => ({ id: true, })).id; console.log(selectQuery.toEdgeQL()); // see below console.log(await selectQuery.run(Client)); // [], no exception thrown ``` **Schema** ```esdl # as applicable to...

- EdgeDB Version: 4.8 - EdgeDB CLI Version: 5.2.2 - OS Version: Steps to Reproduce: ``` oregon_PROD_4:edgedb> analyze ..................... select AuditLog ..................... filter ..................... .createdDatetime > (datetime_of_statement() - "1 month")...
- EdgeDB Version: 4.8 - EdgeDB CLI Version: 5.2.3 - OS Version: Steps to Reproduce: 1. Filter against an `str_lower`'d array 2. Filter against the same array without `str_lower` ```...
- EdgeDB Version: 4.8 - EdgeDB CLI Version: 5.2.3 - OS Version: Steps to Reproduce: 1. Query with two filters `global current_user_object in .collaborators.collaborator` `global current_user_object.isAdminOfOwnOrg`, both very fast 2....
I understand EdgeDB runs EdgeQL queries in `serializable` isolation mode due to some nuanced problems that can appear against EdgeQL intuition with weaker isolation. Automatically running in `serializable` mode means...