Skip to content

Roadmap

Claudio Bizzotto edited this page Nov 29, 2016 · 6 revisions

Roadmap

Tests

Add more tests:

  • make sure basic functionality (API provided by Doctrine\DBAL\Connection, like delete() and executeUpdate()) 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

Travis CI

Check if tests are passing in Travis.

Clone this wiki locally