Yury Selivanov
Yury Selivanov
Like from EdgeQL?
@Androidown where is this empty ALTER TYPE coming from? While the fix is correct, I think ultimately EdgeDB should reject this command as it's a no-op.
> I would say that network byte order should be default. +1
> Also what are the downsides of using utf-8 encoding by default? None, I also think this is what we should do.
`json_object_pack` is better for consistency with our own JSON API: https://www.edgedb.com/docs/stdlib/json#function::std::json_object_unpack
> Namely, the before, after, first, last spec to get slices of multi-links are similar to relay connections I think we should change this to limit/offset for non-relay mode.
This still looks like a bug -- `InternalServerError` should never surface to the user land. We'll take a look.
Thank you!
> Elvis and I discussed this offline and the feeling is that Foo.link@target should be deduplicated--that all paths to objects should. +1.
We need to start covering this in the docs (even before we build schema-reflection language tooling)