Victor Petrovykh

Results 17 issues of Victor Petrovykh

Since it's not always possible to arbitrarily rebase changes on the master I've included updates to 2 separate issues in this PR.

We need to add a few Python 3.8 features: - [x] "walrus operator" `:=` - [x] denoting positional only args with `/` - [x] f-strings formatting have a special symbol...

enhancement

We need a way to generalize exclusive constraints to refer to something other than each value subject to the constraint being `!=` to all other values. In large part this...

enhancement
edgeql
3.0

We need a trivial data fetching benchmark as a baseline for assessing overhead associated with various frameworks as opposed to pure SQL.

Ideally we want 100% of queries to run without error. Realistically, we can probably allow a small percentage of them to fail without invalidating the benchmarks. We need to report...

- EdgeDB Version: EdgeDB 1.0-alpha.4+dev.68.g2f119281 - EdgeDB CLI Version: edgedb-cli 1.0.0-alpha.4 - OS Version: gentoo linux When writing any query pressing "tab" doesn't do anything at all. It should actually...

bug
rustyline

Currently `bytes` are hard to work with because they can't be cast into any other type (except `json`), nor can other types be cast into `bytes`. So this type becomes...

enhancement
edgeql
usability
compiler
3.0

fts::test - boolean test for FTS search fts::match_rank - return the match rank fts::highlight_match - return the matching part

Our GraphQL implementation was already inspired by relay and some of its features. Namely, the `before`, `after`, `first`, `last` spec to get slices of multi-links are similar to relay connections...

enhancement
graphql
usability

- EdgeDB Version: nightly (EdgeDB 3.0-dev.6990+71197ab (repl 2.1.0-dev.857+fb44665)) - EdgeDB CLI Version: nightly (EdgeDB CLI 2.1.0-dev.857+fb44665) - OS Version: Ubuntu 22 Steps to Reproduce: First start a new project: ```...