Skip to content

Roadmap

Claudio Bizzotto edited this page Dec 27, 2016 · 6 revisions

Tests

Add more tests:

  • make sure basic functionality (API provided by Doctrine\DBAL\Connection, like delete() and executeUpdate()) still works as expected
  • document parameters passed to upsert()
  • document risks of upsert
  • document the fact that, as long as types are passed in function calls, parameters will be bound out of the box
  • document the fact that, by using a DBAL that contains specific functionality for MYSQL, you lose the abstraction that comes with Doctrine (the "A" in "DBAL")
Clone this wiki locally