Thomas Levesque
Thomas Levesque
Currently automatic updates are only available from the Microsoft Store
Show squiggles at error location
Hurdle: there's no easy way to list all distinct partition keys from a container. It's possible to use DISTINCT in a cross-partition query, but it's an expensive query.
As a pseudo-SQL language, parsed and translated to : - document creation for insert statements - query-then-update for update statements - query-then-delete for delete operations e.g.: ```sql insert into c...
Maybe with YAML comments or directives above each statement, e.g.: ```sql # partitionKey: "blah" select * from c where c.name = 'foo' ``` Global options that apply to the whole...