Skip to content
cbandy edited this page Jul 16, 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

  • Use SELECT to insert multiple rows in SQLite
  • Feature: Transaction isolation levels
    • Document interaction with nested transactions
  • Performance: Do less in constructors
  • Performance: Benchmark error suppression for pg_execute() and pg_query()
  • Performance: Benchmark offsets vs strings in _parse() $fragments
  • Guide: Migration, SQL_Identical vs ($col, '=', NULL)
  • Guide: Migration from Kohana 3.2
  • Guide: Nested transactions
  • Guide: Boolean datatypes
  • Kohana: Deprecated DB class for Kohana transition
  • Docs: Review/Cleanup comments
    • Remove mixed type, especially when “Converted to …”
    • Review “Each element …”
  • Docs: Examples

Clone this wiki locally