Michael J. Sullivan

Results 125 issues of Michael J. Sullivan

Some sort of recursive CTE support for doing things like graph queries will probably be in 4.0 or 5.0 (see #4168 for one example), but postgres also supports plain old...

enhancement

Schema: ``` type Z { n: int64 }; type Y { z: Z }; ``` Query: ``` with N := 5_000, select count((for i in range_unpack(range(0, N)) union ( insert...

bug
high priority
performance
compiler

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/ Seems like "Action authors who are using the toolkit should update the @actions/core package to v1.10.0 or greater to get the updated saveState and setOutput functions." should be all...

Like maybe ``` edgedb query 'select $test' --args test=123 ``` but I don't feel strongly about any details.

enhancement

``` _localdev:scope> alter type User create constraint exclusive on (.awards); edgedb error: InternalServerError: column old.id does not exist Server traceback: edb.errors.InternalServerError: column old.id does not exist ```

bug
migrations
compiler

It is duplicated with the `expr` field in alias/global in a way that seems needless and results in extra expressions to propagate to It is part of the public schema...

code-quality
migrations
compiler

I'm not sure what the best way to test/debug this is. Should we release a 6.0a1 in order to validate it, or should we just see how it does on...

`test_server_proto_configure_error` is flaking occasionally: https://github.com/edgedb/edgedb/actions/runs/9007197736/job/24746488573 I would think it could *also* be cache related, but I think I saw the reverse happen too: the error having *not* been cleared during...

server