-
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.
feat: EXPOSED-66 Extend partial index to SQLServer and SQLite
If creation of a partial index was attempted using a dialect that doesn't support it, the filter condition was being ignored and a full index was being created instead. This has been switched so that no index at all is created, which is more consistent with existing behavior (e.g. if a typed index is attempted in an unsupporting dialect, the index is also not created). A warning is also logged. Test names changed to be more descriptive and internal test function renamed to be consistent with Table property 'indices'.
- Loading branch information
Showing
2 changed files
with
53 additions
and
12 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