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

[5.x] Tweaked fine notation in 5-0-migration-guide.rst (ja) #7867

Merged
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion ja/appendices/5-0-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Core
Database
--------

- ``ConnectionManager``は read / write の接続ロールをサポートしました。データベース接続設定において ``read`` や ``write`` のキーで指定した設定項目によって共通の設定項目を上書きすることで、接続ロールを構成することができます。
- ``ConnectionManager`` は read / write の接続ロールをサポートしました。データベース接続設定において ``read`` や ``write`` のキーで指定した設定項目によって共通の設定項目を上書きすることで、接続ロールを構成することができます。
- 結果セットを整形するコールバックを実行できるメソッド ``Query::all()`` が追加されました。
- SQLにコメントを追加するメソッド ``Query::comment()`` が追加されました。これによりクエリのデバッグが楽になります。
- PHPの enum と、データベースの string や integer 型との間の橋渡しをする ``EnumType`` が追加されました。
Expand Down