Mohammad Dashti

Results 16 issues of Mohammad Dashti

This PR adds the `VACUUM` command parsing to cover PostgreSQL syntax. The implementation follows the PostgreSQL documentation: https://www.postgresql.org/docs/current/sql-vacuum.html

This pull-request adds an insert operation (which simply fails when a mapping already exists). This operation simplifies the usage and avoids unnecessary locking on the user side and it specially...

Here is the list of missing documentation: - filtering tests using regex - how to run tests in parallel and distributed mode

Before we refactored the testing infrastructure, part of my debugging process was to run the tests until they failed at the first test, inspect the stacktrace, and then fix that...

This enhancement was originally suggested by @hung-q-ngo . As part of the same issue, we also need to update README.md and mention the test filtering mechanism.