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

Fixed Oracle SQL queries with IN condition and more than 1000 params #14065

Closed

Conversation

SilverFire
Copy link
Member

@SilverFire SilverFire commented Apr 27, 2017

Q A
Is bugfix? yes
New feature? no
Breaks BC? no
Tests pass? yes
Fixed issues #10305, #14062

@samdark could you check whether this fix is applicable to #10371, or MSSQL limits parameters count per query? - checked. MSSQL problem is about bound parameters, not about number of params in in

@@ -331,4 +331,56 @@ public function buildLikeCondition($operator, $operands, &$params)
}
return parent::buildLikeCondition($operator, $operands, $params);
}

public function buildInCondition($operator, $operands, &$params)
Copy link
Member

Choose a reason for hiding this comment

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

add @inheritdoc.

@cebe cebe added this to the 2.0.12 milestone Apr 27, 2017
@SilverFire
Copy link
Member Author

Merged f6a4f3c

@SilverFire SilverFire closed this May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants