We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(このIssueはRedmineのチケットから移行されています)
作成者: 江頭 竜二 作成日: 2017/10/28 12:40
例えば、site_ や、theme_ を利用すると、site_configs や、theme_configs が作成できず、インストールが不完全の状態となる。
これは、CakePHP の DboSource::fullTableName() の仕様となる。
バリデーションで防ぎたいところだが、将来的にインストールされるプラグインのテーブル名を予測する事が不可能な為、仕様をよく検討する必要がある。
例えば、abc_ というプレフィックスにしていた場合、将来的にプラグインで、abc_ を含むテーブルを作成できない
The text was updated successfully, but these errors were encountered:
投稿者: 江頭 竜二 投稿日: 2017/10/30 00:32:27
強制的にプレフィックス名の後にアンダースコアを2つ付ける仕様だと大丈夫かも。(確認要)
Sorry, something went wrong.
No branches or pull requests
(このIssueはRedmineのチケットから移行されています)
作成者: 江頭 竜二
作成日: 2017/10/28 12:40
例えば、site_ や、theme_ を利用すると、site_configs や、theme_configs が作成できず、インストールが不完全の状態となる。
これは、CakePHP の DboSource::fullTableName() の仕様となる。
バリデーションで防ぎたいところだが、将来的にインストールされるプラグインのテーブル名を予測する事が不可能な為、仕様をよく検討する必要がある。
例えば、abc_ というプレフィックスにしていた場合、将来的にプラグインで、abc_ を含むテーブルを作成できない
The text was updated successfully, but these errors were encountered: