-
Notifications
You must be signed in to change notification settings - Fork 0
Development
cbandy edited this page Aug 3, 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: 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
mixedtype, especially when “Converted to …” - Review “Each element …”
- Remove
- Docs: Examples