We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If project doesn't have mysql2 loaded it creates Mysql2Adapter as a module and causes issues
>> ActiveRecord::ConnectionAdapters::Mysql2Adapter SchemaPlus::Views::ActiveRecord::ConnectionAdapters::Mysql2Adapter
In projects that have mysql2 it works correctly:
>> ActiveRecord::ConnectionAdapters::Mysql2Adapter ActiveRecord::ConnectionAdapters::Mysql2Adapter < ActiveRecord::ConnectionAdapters::AbstractMysqlAdapter
The text was updated successfully, but these errors were encountered:
@ebeigarts Thanks for the report. Will try to look info it as soon as I can, but I'm pretty swamped right now. (PR's welcome!)
Sorry, something went wrong.
No branches or pull requests
If project doesn't have mysql2 loaded it creates Mysql2Adapter as a module and causes issues
In projects that have mysql2 it works correctly:
The text was updated successfully, but these errors were encountered: