Yury Selivanov

Results 403 comments of Yury Selivanov

Most likely it will be `*`

We're now considering adding support for splats in shapes: ``` SELECT User { ...User }; # or SELECT User { ...UserFragmentView }; # or SELECT User { name, ...UserFragment1, ...UserFragment2...

Reviving the discussion here. > 2. Ambiguous identifiers > Ambiguity arises when a view uses the same name as the underlying type, which is fairly common. I don't think any...

> I come from the multi-value no-sql world, my specif flavor is Rocket Softwares' D3 database system. I'm rather new here but in my world: Thanks for the pointer, I'll...

This community-maintained driver is actively maintained and feature-complete: https://github.com/quinchs/EdgeDB.Net

> To further clarify, I think CREATE .. IF NOT EXISTS might be better expressed as DROP .. IF EXISTS; CREATE ... Oh, that's a very good idea.

@jaclarke James, I think we agreed to not make this a directive, but instead make it a role attached to the title -- `:edb-collapsed:`.

> Though what's the difference with using a role here instead? I thought that using a directive would require an extra nesting... but it looks like it doesn't. Can you...

> I thought that using a directive would require an extra nesting... but it looks like it doesn't. Can you put a single paragraph in this directive?