odbc_adapter icon indicating copy to clipboard operation
odbc_adapter copied to clipboard

QueryTimeoutError only takes one argument.

Open nickelser opened this issue 7 years ago • 2 comments

Resolves the wrong number of arguments (given 2, expected 0..1) exception with timeouts.

nickelser avatar Apr 17 '18 02:04 nickelser

The TravisCI test failed, but it's a problem with the test environment and not this PR:

The following packages have unmet dependencies:
 mysql-client : Depends: mysql-client-5.5 but it is not going to be installed

j3pic avatar Jun 05 '18 20:06 j3pic

@nickelser You might want to fix ActiveRecord::RecordNotUnique.new(message, exception) in this PR; it only takes one argument as well.

ziggythehamster avatar Jul 25 '18 23:07 ziggythehamster