-
Notifications
You must be signed in to change notification settings - Fork 0
Development
cbandy edited this page Jul 6, 2011
·
115 revisions
- “master” – Stable releases
- “develop” – Current development
- “multiple” – Support for multiple result sets
- “sqlserver” – Alpha support for SQL Server using the native driver
- Feature: Handle execution of Statement (branch)
- SQLite execution tests
- Feature: SELECT value/values (branch)
- Feature: SQL Server introspection
- Feature: Transaction isolation levels
- Document interaction with nested transactions
- 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
- Guide: Migration from Kohana 3.2
- Guide: Nested transactions
- Kohana: Deprecated DB class for Kohana transition
- Docs: Explain
escape_literal - Docs: Review/Cleanup documentation
- Fix double [!!] notes
- Remove
mixedtype, especially when “Converted to …” - “An SQL” not “A SQL”
- Review “Each element …”
- Docs: Examples