AbstractSqlPagingQueryProvider Does Not Handle Whitespace Besides the Space Character When Removing Keywords [BATCH-2849] #765
Labels
has: backports
Legacy label from JIRA. Superseded by "for: backport-to-x.x.x"
in: infrastructure
type: bug
Milestone
BenjaminHetzjelli opened BATCH-2849 and commented
The current implementation of AbstractSqlPagingQueryProvider trims keywords, but only if they are followed immediately by a space character.
In cases where the keyword is followed by a different whitespace character, the keyword is not removed and a sql syntax error is thrown upon use. Treating other whitespace characters the same as the space character will allow for more flexibility in how users can supply SQL to the query provider.
No further details from BATCH-2849
The text was updated successfully, but these errors were encountered: