-
Notifications
You must be signed in to change notification settings - Fork 4
Roadmap
Claudio Bizzotto edited this page Nov 29, 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
Check if tests are passing in Travis.