-
Notifications
You must be signed in to change notification settings - Fork 0
Development
cbandy edited this page May 23, 2011
·
115 revisions
- “master” – Stable releases
- “develop” – Current development
- “feature/append-reset” – Cleaning up statement features to always append and use NULL to reset
- “multiple” – Support for multiple result sets
- “sqlserver” – Alpha support for SQL Server using the native driver
- Cleanup: Change all statement features to append+reset
- Remove SQL_Expression from:
- SQL_DDL_Create_Index::columns
- SQL_DDL_Create_View::columns
- SQL_DDL_Drop::names
- SQL_DDL_Drop_Table::names
- Remove SQL_Expression from:
- Cleanup: Don’t chain calls
- Cleanup: Change iEscape::escape() to escape_literal()
- Cleanup: Rename DDL_Column::set_default() to default()
- Feature: Default to SELECT *
- Feature: Do not throw OutOfBoundsException from Result::offsetGet
- Feature: SQL_Conditions::exists(), et al
- Feature: Maintain bound parameters (references) when building prepared statements
- Feature: Database::bind
- Feature: Savepoints
- Feature: Nested transactions #3432
- Feature: MySQL_DDL_Enum and MySQL_DDL_Set expressions
- Cleanup: Convert empty() and !empty() on existing variables to !$var and $var
- Cleanup: Ensure Profiler groups are constructed using dot rather than double quote
- Performance: Do less in constructors
- Performance: Benchmark error suppression for pg_execute() and pg_query()
- Performance: Benchmark offsets vs strings in _parse() $fragments
- Kohana: Deprecated DB class for Kohana transition
- Docs: Review/Cleanup documentation
- Fix double [!!] notes
- Remove
mixedtype, especially when “Converted to …” - “An SQL” not “A SQL”
- Review “Each element …”
- Docs: Examples