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
$withColumn
getTableNameParts()
db/src/Schema/Quoter.php
Lines 87 to 92 in b259119
Suggestion to remove the second parameter of getTableNameParts(string $name, bool $withColumn = false)
getTableNameParts(string $name, bool $withColumn = false)
Instead, add method getColumnNameParts() if necessary.
getColumnNameParts()
The text was updated successfully, but these errors were encountered:
Does getTableNameParts() with $withColumn parameter equal to true somewhere used now?
Sorry, something went wrong.
In one place https://github.com/yiisoft/db/pull/746/files#diff-697d8c4d18282e94c125fbb9302841ce34c6f6bbe6a4406cd57b371ca9e145aeL470
But it does not work as expected (test #744)
Removed this use in PR #746
Quoter::getTableNamesParts()
Added to issue #767
No branches or pull requests
db/src/Schema/Quoter.php
Lines 87 to 92 in b259119
Suggestion to remove the second parameter of
getTableNameParts(string $name, bool $withColumn = false)
Instead, add method
getColumnNameParts()
if necessary.The text was updated successfully, but these errors were encountered: