Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Index functions (GetIndexes, DropIndex, RenameIndex) doesn't use current table schema #226

Open
itsofirblink opened this issue Nov 30, 2023 · 0 comments
Assignees

Comments

@itsofirblink
Copy link

Description

I have few schemas under my database, And i want to be able to search for indexes, and drop them if needed.
The issue is that both functions GetIndexes, DropIndex, RenameIndex doesn't work with the current schema when HasIndex works with the m.CurrentSchema(stmt, stmt.Table) and CreateIndex works with m.CurrentTable(stmt)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants