Michael J. Sullivan
Michael J. Sullivan
Implemented in https://github.com/edgedb/edgedb/pull/8237
Sorry, there's not enough information to reproduce anything here.
Sorry, there's not enough information to reproduce anything here.
> with s := {} > select (s ?? '', exists s) *That* is a bug, but it looks like it was fixed in 6.x.
@CodesInChaos is right that this is the expected behavior, though
We can't just mark `_index` and `jsonb_extract_scalar` as being `stable`, though, since they might be used from indexes/constraints. Options I've thought of so far: * Create both stable and immutable...
> > Use our trampolines as the immutable versions, make the baseline ones stable. > > Isn't this the best option? Yes, but I thought of it last, after I...
Please file an issue to track these xfailed tests you are adding, also. (You can just reference the tracking issue in the PR commits and that will build a good...
I think there are three PRs to extract from this and land separately: * Custom serialization (with the hardcoding of names, I guess) * Index support * The various bugfixes...
I don't know if there is a way to fix this with our current architecture for deletion policies. I think the issue is that the triggers in postgres are evaluated...