Skip to content
Jonathan Amend edited this page Jul 16, 2014 · 4 revisions

1.0

  • First stable release
  • Documentation of major features
  • Generate reference documentation from PHPDoc

1.1

  • Schema caching
  • Provide abstraction for calling SQL stored procedures and functions
  • RecordSet helper methods to shuffle and paginate

1.2

  • Postgres driver
  • Oracle driver
  • Firebird driver

1.3

  • Provide mechanism to commit updates/inserts in batches
  • Group by and aggregate function support

Future

  • Use identity mapping to maintain that there is only ever one instance of the same record by its ID (i.e. record instance caching by ID)
  • Mapping of class hierarchy to schema
  • Many-to-many support
  • Code-first support with annotations (includes adding DDL abstraction to drivers)

Clone this wiki locally