-
Notifications
You must be signed in to change notification settings - Fork 695
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix exposed-tests failing in SQL Server
ConditionsTests/testNullSafeEqualityOps() - IS DISTINCT FROM operator is only supported as of SQL Server 2022 and Exposed uses a docker image that does not yet support this version. It has been excluded. InsertTests/batch insert number of inserted rows is accurate() - SQL Server does not support insert or ignore (also fails on Oracle), so they have been excluded from the test. - Adjust test suite to use a list of databases that don't support insert or ignore. - Adjust failing test to cover MySQL-related databases, which support insert or ignore.
- Loading branch information
Showing
2 changed files
with
22 additions
and
16 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