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

[stable29] fix(QueryBuilder): Restrict identifier length to 30 characters due to Oracle limitations #48390

Draft
wants to merge 1 commit into
base: stable29
Choose a base branch
from

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Sep 26, 2024

Backport of PR #48361

… Oracle limitations

Signed-off-by: provokateurin <kate@provokateurin.de>
@@ -249,6 +249,23 @@ public function execute() {
}
}

$tooLongOutputColumns = [];
foreach ($this->getOutputColumns() as $column) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Function does not exist in 29

@provokateurin provokateurin marked this pull request as draft September 26, 2024 13:52
@@ -249,6 +249,23 @@
}
}

$tooLongOutputColumns = [];
foreach ($this->getOutputColumns() as $column) {

Check failure

Code scanning / Psalm

UndefinedMethod Error

Method OC\DB\QueryBuilder\QueryBuilder::getOutputColumns does not exist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants