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
ArgumentError: wrong number of arguments (given 2, expected 1; required keywords: message, sql, binds) when error raised without transaction isolation conflict
transaction_isolation-1.0.5/lib/transaction_isolation/active_record/connection_adapters/mysql2_adapter.rb:59
translate_exception_without_transaction_isolation_conflict( exception, message )
Signature for translate_exception method looks to have changed to named arguments ...
activerecord-7.0.4.3/lib/active_record/connection_adapters/mysql2_adapter.rb:161
def translate_exception(exception, message:, sql:, binds:)
The text was updated successfully, but these errors were encountered:
I fixed it here: https://github.com/iagopiimenta/transaction_isolation_continued
Sorry, something went wrong.
No branches or pull requests
ArgumentError: wrong number of arguments (given 2, expected 1; required keywords: message, sql, binds)
when error raised without transaction isolation conflict
translate_exception_without_transaction_isolation_conflict( exception, message )
Signature for translate_exception method looks to have changed to named arguments ...
def translate_exception(exception, message:, sql:, binds:)
The text was updated successfully, but these errors were encountered: