Thomas Levesque

Results 63 issues of Thomas Levesque

enhancement
priority: medium
area: UI/UX

Currently automatic updates are only available from the Microsoft Store

enhancement
priority: medium
area: deployment

Show squiggles at error location

enhancement
priority: low
area: UI/UX

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.

enhancement
priority: low
area: UI/UX

enhancement
priority: medium
area: data manipulation

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...

enhancement
priority: low
area: data manipulation
feature group: DSL

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...

enhancement
priority: low
area: data manipulation
feature group: DSL

enhancement
priority: low
area: administration

enhancement
priority: medium
area: UI/UX