-
Notifications
You must be signed in to change notification settings - Fork 0
Development
cbandy edited this page Apr 25, 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
- Change all statement features to append+reset
- Split ALTER, CREATE and DROP factories into specialized methods
- Maintain bound parameters (references) when building prepared statements
- Database::bind
- Remove string exception code handling from Database_Exception
- Performance: Do less in constructors
- Deprecated DB class for Kohana transition
- Review/Cleanup documentation
- Fix double [!!] notes
- Remove
mixedtype, especially when “Converted to …”
- Examples