tuupola / dbal-psr3-logger

PSR-3 Logger for Doctrine DBAL
MIT License
3 stars 1 forks source link

Escape parameters with quote method from connection driver #2

Closed eduardoweiland closed 4 years ago

eduardoweiland commented 6 years ago

This change resolves the issue #1 using the quote method from the database Driver. For this to work, I had to add another required parameter to the class constructor, so this is a breaking change.

tuupola commented 4 years ago

Better late than never. Thanks!