Skip to content
cbandy edited this page Apr 28, 2011 · 115 revisions

Branches

  • “master” – Stable releases
  • “develop” – Current development
  • “multiple” – Support for multiple result sets
  • “sqlserver” – Alpha support for SQL Server using the native driver

TODO

  • Rename SQL_Table_Reference::natural_inner_join() to natural_join() for MySQL
  • Split constraint factory into specialized methods
  • Remove Database_Abstract_Database_Test
  • Change all statement features to append+reset
  • Maintain bound parameters (references) when building prepared statements
  • Database::bind
  • Remove string exception code handling from Database_Exception
  • Performance: Do less in constructors
  • Deprecated DB class for Kohana transition
  • Review/Cleanup documentation
    • Fix double [!!] notes
    • Remove mixed type, especially when “Converted to …”
  • Examples

Clone this wiki locally