-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- fix: missed DataType::Numeric - fix: migration/rollback SchemaVersion - feat: response::Query provides iterator for results - feat: some new converters for SchemaVersion - test: request integration tests moved to tests-directory - test: added some unit tests for Request - test_rqlited is now a sub-crate with dep-dependency * tries to connect and use default database, before starting - test: cleanedup integration test - test: added locks for DB modifications: * is needed because there is only a single DB and schema state and tests need a requested state without becoming it changed by another test * migrations for migration_test starting with 90, schema before is not touched
- Loading branch information
Showing
46 changed files
with
769 additions
and
535 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.