Carson Full

Results 45 issues of Carson Full

Currently pg query statements are only [cached in memory](https://github.com/edgedb/edgedb/tree/master/edb%2Fserver%2Fcache). It would be great to allow a remote cache, like Redis, for production. This would allow the cache to stay warm...

feature

- EdgeDB Version: 4.5 Steps to Reproduce: ```edgeql with period := range( "2024-01-01", "2025-01-05", inc_upper := true ), upper := range_get_upper(period) select upper - "1 day" ``` ``` InternalServerError: operator...

bug
compiler
onboarding

- EdgeDB Version: 4.5 - EdgeDB CLI Version: - OS Version: Steps to Reproduce: 1. init with https://github.com/SeedCompany/cord-api-v3/commit/fa823e1599483810951557db72956b645e571f7a 2. edgedb watch ``` edgedb error: IdleTransactionTimeoutError: terminating connection due to idle-in-transaction...

bug

- EdgeDB Version: 4.5+641a8f3 - EdgeDB CLI Version: 4.0.2+500be79 - OS Version: Schema: ```esdl module default { type C extending B; type B extending A { overloaded thing: Movie; }...

**Code** The code causing the error. ```typescript const query = e.select(e.User, user => ({ color: e.str('blue'), another: e.op(user.color, '??', 'blue'), })); type Out = Array ``` Both of those use...

bug

I am adding support for the invalid return types in the TypeScript definitions. https://github.com/DefinitelyTyped/DefinitelyTyped/pull/64995 With this I added a way to opt-in to the stricter types when `throwOnInvalid` is enabled....

```sh edgedb migration create --squash=00003 # or edgedb migration create --squash-to=00003 ``` Keep migrations 00001 & 00002, and squash 00003+ into new 00003

enhancement

I'd like migration squash to be aware of data changes, and workaround them. Any shape that takes is fine with me as long as it keeps the data migrations intact....

enhancement

I'd love to see a specific error for exclusivity violation errors. Something like: ```ts export class ExclusivityViolationError extends ConstraintViolationError { objectFQN: string; property: string; } ``` This would allow consumers...

- EdgeDB Version: 4.7 - EdgeDB CLI Version: - OS Version: https://github.com/CarsonF/edgedb-object-rename-index-bug/commit/4e4d5b7702607e6fe72e87ec24c530fd23e22fc2