Context
A TODO comment in the test suite suggests that the wrapperClass configuration parameter could potentially work by inheriting from the PDOConnection class.
Location: test/Crate/Test/DBAL/Functional/ConnectionTest.php - testBasicAuthConnection() method
TODO Comment:
// TODO: Could work by inheriting.
// 'wrapperClass' => 'Crate\DBAL\Driver\PDOCrate\PDOConnection',
Request
Investigate whether implementing inheritance would allow the wrapperClass parameter to function correctly in connection configurations.
References
Context
A TODO comment in the test suite suggests that the
wrapperClassconfiguration parameter could potentially work by inheriting from the PDOConnection class.Location:
test/Crate/Test/DBAL/Functional/ConnectionTest.php-testBasicAuthConnection()methodTODO Comment:
Request
Investigate whether implementing inheritance would allow the
wrapperClassparameter to function correctly in connection configurations.References