odbc
odbc copied to clipboard
Hi! I'm using your componnent to connect with Access Databases and the limit clausure not working properly. The adjust is on this pr, but we need talk about breaking changes...
The service provider isn't passing $config as the 4th parameter, so any calls to ->getConfig will return nothing and ->config is always empty.
The service provider isn't passing $config as the 4th parameter, so any calls to ->getConfig will return nothing and ->config is always empty.
I'm using your driver outside laravel framework, and it gives an error about the config function used in ODBCConnection. (removing that condition doesn't raise the error). Eg https://github.com/bencarter78/odbc/blob/master/src/TCK/Odbc/ODBCConnection.php#L14 Perhaps the...