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

GetIndexes not implemented #69

Open
newtonnthiga opened this issue Apr 18, 2024 · 0 comments
Open

GetIndexes not implemented #69

newtonnthiga opened this issue Apr 18, 2024 · 0 comments
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@newtonnthiga
Copy link

Hello

It doesn't look like this library has GetIndexes method on Migrator implemented yet. Calling GetIndexes always returns in a "not supported" error. I initially filed a bug report on go-gorm but this seems to be a driver issue. Please see go-gorm/gorm#6975

Environment details

  • Programming language: go
  • OS: MacOs
  • Language runtime version:
  • Package version: 1.2.0

Steps to reproduce

  1. Create a table with an index supplied
  2. Query the indices via db.Migrator().GetIndexes()
@newtonnthiga newtonnthiga added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant