Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phalcon\Db Optimization #1693

Merged
merged 7 commits into from Dec 15, 2013
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated CHANGELOG
  • Loading branch information
sjinks committed Dec 14, 2013
commit dbd99a518a2b0ea4c47a1003fb09dc7712cf8623
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,12 @@
- Fixed issue with RawValue('default') on composite primary key (#1534)
- Added support for the following fetch modes from PDO: FETCH_LAZY, FETCH_BOUND, FETCH_COLUMN, FETCH_CLASS, FETCH_INTO, FETCH_FUNC, FETCH_NAMED, FETCH_KEY_PAIR (#1642)
- Added support for the following fetch mode modifiers from PDO: FETCH_GROUP, FETCH_UNIQUE, FETCH_CLASSTYPE, FETCH_SERIALIZE, FETCH_PROPS_LATE (#1642)
- Phalcon\Db optimizations (#1693)
- Phalcon\Db\Adapter optimizations (#1693)
- Phalcon\Db\Index optimizations (#1693)
- Phalcon\Db\Profiler optimizations (#1693)
- Phalcon\Db\Reference optimizations (#1693)
- Phalcon\Db\Result\Pdo optimizations (#1693)
- Phalcon\Debug:
- Added support for UTF-8 to \Phalcon\Debug (#1099)
- Phalcon\Debug::uri now supports both http and https (#987)
Expand Down