Alexey Palazhchenko

Results 384 issues of Alexey Palazhchenko

https://www.mongodb.com/docs/manual/reference/command/dbStats/ https://pkg.go.dev/github.com/tigrisdata/[email protected]/api/server/v1#DescribeDatabaseResponse Update an existing regular integration test, do not add compat test.

code/feature
code/tigris

https://www.mongodb.com/docs/manual/reference/command/dataSize/ https://pkg.go.dev/github.com/tigrisdata/[email protected]/api/server/v1#DescribeCollectionResponse Update an existing regular integration test, do not add compat test.

code/feature
code/tigris

https://www.mongodb.com/docs/manual/reference/command/dataSize/ https://pkg.go.dev/github.com/tigrisdata/[email protected]/api/server/v1#DescribeCollectionResponse Update an existing regular integration test, do not add compat test.

code/feature
code/tigris

Return an error if schema validator is provided for `pg` handler. Accept Tigris-specific JSON schema as a validator for `tigris` handler. Create a collection with that schema. Both `tigrisdb` and...

code/feature
code/tigris

We assume that we have `tigrisdb` package in some form already. It should be as simple as copying and pasting PostgreSQL handler's code and tweaking it. We should also change...

code/feature
not ready
code/tigris

https://www.mongodb.com/docs/manual/reference/operator/update/push/ Compatibility tests for both valid results and errors are in the scope. Nested arrays (arrays of arrays) are not in the scope. Arrays of objects are. Tigris is not...

code/feature

We should use a read-only user in integration tests where we can. For example, query (`SELECT` / `find`) tests do not change data and could run all queries in parallel;...

code/chore

It seems that MongoDB differentiates between null and unset values, but we don't. See #1024. ## potential issues - when we create filter documents we compare documents fetched from db...

code/bug

Refs #1023. Tests pass with MongoDB, but fail with PostgreSQL.

Add dot notation support for: * [x] `$inc` * [x] `$set` * [x] `$setOnInsert` * [ ] `$unset` Add integration tests for each operator.

code/feature