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

  • Allow data type to be passed in to PDOStatement::bind*
  • Convert @expectedException to $this→setExpectedException()
  • Test PDO::prepare with errors
  • 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
  • Convert empty() and !empty() on existing variables to !$var and $var
  • Ensure Profiler groups are constructed using dot rather than double quote
  • Performance: Do less in constructors
  • Benchmark error suppression for pg_execute() and pg_query()
  • Benchmark offsets vs strings in _parse() $fragments
  • Deprecated DB class for Kohana transition
  • Review/Cleanup documentation
    • Fix double [!!] notes
    • Remove mixed type, especially when “Converted to …”
  • Examples

Clone this wiki locally