-
Notifications
You must be signed in to change notification settings - Fork 249
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(psl): GA
fullTextSearch
for mysql
, introduce `nativeFullText…
…SearchPostgres` for `postgres` (#5055) * feat(psl): [prep work] GA "fullTextSearch" preview feature for MySQL, rename it to "nativeFullTextSearchPostgres" for Postgres * feat(psl): add support for renamed preview feature, add support for native preview features, add tests * feat(psl): adjust "schema::can_full_text_search" via "Connector::native_full_text_search_preview_feature" * chore(psl): "FeatureMap" is now private * chore(psl): clippy * chore: typo in MissingNativeFullTextSearchIndex * chore(psl): update snapshots * fix(connector-test-kit-rs): fix tests by enabling support for "FeatureMapWithProvider" * fix(mongodb-schema-connector): fix tests by enabling support for "FeatureMapWithProvider" * chore: rename "nativeFullTextSearchPostgres" preview feature to "fullTextSearchPostgres" * chore: update pris.ly link * chore(psl): address review comments * chore(psl): address review comments * chore(psl): address review comments
- Loading branch information
Showing
30 changed files
with
443 additions
and
115 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
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.