Elvis Pranskevichus

Results 331 comments of Elvis Pranskevichus

> it should install new version in arm64 and regular upgrade should work Yes

We already have `json_parameters`, wouldn't that work?

IMO, they should be proper literals.

Personally, I don't find having to type (single) quotes around a literal inconvenient or even noticeable. Especially so, if the editor adds the closing quote automatically like modern IDEs do.

> What if we have a type that has quite bad representation in JSON? We have a rule that every scalar data type must have a valid text representation and...

Having thought about this more and Yuy's idea of doing `Parse` twice we can actually try and implement a hybrid solution: the CLI can handle all known types as EdgeQL...

> So basically here are three options: > Accept EdgeDB literals I think this is the best and most consistent approach. I don't think it would be too much trouble...

Oh, and since we know the type of the argument, we don't have to force users to enter quotes around the value, although it's unclear what to do if they...

> This is why I don't like the idea of "simplifying" the string literal input. Well, the motivation for this feature is user convenience, and not having to type quotes...

All looks reasonable and useful to me, except > You can poke the data same way: You can't, because until the commands in the migration block are actually applied to...