Commit e559623
committed
remove sql and bindings params from NoDatabaseError initialization
Fixes:
```
SQLServerRakeDropTest#test_0002_prints error message when database does
not exist:
ArgumentError: unknown keywords: :sql, :binds
```
`NoDatabaseError` extends `InvalidStatement` which support :sql and :binds
keywords but [this
commit](rails/rails@b28711f)
declare initialize method without them.1 parent 97b3262 commit e559623
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
467 | 467 | | |
468 | 468 | | |
469 | 469 | | |
470 | | - | |
| 470 | + | |
471 | 471 | | |
472 | 472 | | |
473 | 473 | | |
| |||
0 commit comments