Jack Fischer

Results 55 issues of 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...

- 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...

enhancement

![2024-06-06 15 58 29](https://github.com/edgedb/edgedb-ui/assets/6811459/14f7cf13-f713-4d12-9f5b-a9b211aca965)

- 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` ```...

performance
compiler

- 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....

performance
compiler

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...