-
Notifications
You must be signed in to change notification settings - Fork 4
Roadmap
Claudio Bizzotto edited this page Nov 30, 2016
·
6 revisions
Add more tests:
- make sure basic functionality (API provided by
Doctrine\DBAL\Connection
, likedelete()
andexecuteUpdate()
) still works as expected - create upsert tests that purposefully break tables with multiple indexes
- 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")
Check if tests are passing in Travis.