zend-log
zend-log copied to clipboard
DB adapter does not allow schema
Just like other components, this one too is not designed to work with database schemas. It allows only to pass table name as string. I suggest changing prepareInsert() method and config key 'table' to allow TableIdentifier or array.
This repository has been closed and moved to laminas/laminas-log; a new issue has been opened at https://github.com/laminas/laminas-log/issues/2.