-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community[patch]: Adds support for passing schemaName to pgvector (#4543
) * Adds support for passing schemaName to pgvector * Updates refrences to tableName to use schemaName where missing * Adds missing var to pool call * Adds support for nesting extensions in schema * Adds support for nesting extensions under schemas * Adds wrapping to handle capital letters * fixes formatting * Removes duplicate queries * Removes extra string wrapping * Fixes syntax error * Removes string wrapper around tableName where schemaName isnt present * Removes additional quote wrapping * Adds computedTableName to class * Uses tableName for constraint identifier * yarn format * Fixes edgecase where operator was out of scope due to order of operations with schema call * Adds check to handle unused extensionSchemaName * Refactors updating search_path to use operator function instead * Change to getter method, revert inadvertent change * Revert --------- Co-authored-by: jacoblee93 <jacoblee93@gmail.com>
- Loading branch information
1 parent
fa5a006
commit ddd224c
Showing
1 changed file
with
49 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