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

  • Move Select, Insert, Update and Delete to DML_*
  • Move driver DDL statements to DDL_*
  • Feature: Transaction isolation levels
    • Document interaction with nested transactions
  • 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
    • SQL_Expression: mention place holder formats and link to SQL::quote_expression()
    • SQL_Identifier(s): link to SQL::quote_identifier(), et al.
    • Database_Insert: s/command/statement/
    • SQL_DDL_*: Generic statement. Some drivers do not support some features.
    • SQL_DML_*: Generic statement. Some drivers do not support some features.
    • Not Supported: s/or/nor/
    • Prepared Statements: link to driver prepare_statement()
    • Database_Result_Array
    • Savepoints @category
    • Remove mixed type, especially when “Converted to …”
    • Review “Each element …”
  • Docs: Examples

Clone this wiki locally