zendframework / zend-log

Log component from Zend Framework
BSD 3-Clause "New" or "Revised" License
62 stars 51 forks source link

DB adapter does not allow schema #63

Open xorock opened 8 years ago

xorock commented 8 years ago

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.

weierophinney commented 4 years ago

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.