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

pgsql, oci and mssql schemas cleanup and implemented findUniqueIndexes #7867

Closed
Closed
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.md
  • Loading branch information
Jan Was committed Mar 30, 2015
commit b83b5bc252a371c78ee6248a7dd5d90ed3ee2ce6
2 changes: 2 additions & 0 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Yii Framework 2 Change Log
- Bug: Removed column's autoIncrement detection from oci (nineinchnick)
- Bug: Fixed creating raw sql (for logging) by skipping object and resource params (nineinchnick)
- Bug: Fixed Schema::getLastInsertID() by quoting sequence name (nineinchnick)
- Bug: Fixed findUniqueIndexes not to perform any processing on unique index on function for pgsql (nineinchnick)
- Enh #6895: Added `ignoreCategories` config option for message command to ignore categories specified (samdark)
- Enh #6975: Pressing arrows while focused in inputs of Active Form with `validateOnType` enabled no longer triggers validation (slinstj)
- Enh #7488: Added `StringHelper::explode` to perform explode with trimming and skipping of empty elements (SilverFire, nineinchnick, creocoder, samdark)
Expand All @@ -25,6 +26,7 @@ Yii Framework 2 Change Log
- Enh: Added `yii\helper\Console::wrapText()` method to wrap indented text by console window width and used it in `yii help` command (cebe)
- Enh: Implement batchInsert for oci (nineinchnick)
- Enh: Detecting IntegrityException for oci (nineinchnick)
- Enh: Implemented findUniqueIndexes for oci and mssql (nineinchnick)
- Chg: Updated dependency to `cebe/markdown` to version `1.1.x` (cebe)


Expand Down