TODO
- new identifier management class
- DBAL 2.7: implemented mysql column-level collation, check
- DBAL 2.6.0: Normalize method signatures for
fetch()
andfetchAll()
, ensuring compatibility with thePDOStatement
signature - DBAL 2.6.0:
ResultStatement#fetchAll()
must define 3 arguments in order to be compatible withPDOStatement#fetchAll()