Skip to content

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

Open
@itsofirblink

Description

@itsofirblink

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)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions