bencarter78 / odbc

MIT License
24 stars 17 forks source link

Fix connection name reverting to default for writes #15

Closed danielsdeboer closed 5 years ago

danielsdeboer commented 7 years ago

Change to the Connection::resolveFor() method over binding directly.

This change also passes the config array into the ODBCConnection, allowing Builder to get the connection name when writing.

This is a breaking change for Laravel 5.4 compatibility.