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
The code to handle list qual values (which result from using the 'in' clause), only supported a sinle key column qual.
Update this to support multiple key column quals, as long as only 1 of them has a list value (to avoid too many permutations)
The text was updated successfully, but these errors were encountered:
'in' clause not correctly evaluated when more than one key column qua…
5592dc1
…l is specified #239
11ca1a4
7168d8f
21dcd95
IN
kaidaguerre
No branches or pull requests
The code to handle list qual values (which result from using the 'in' clause), only supported a sinle key column qual.
Update this to support multiple key column quals, as long as only 1 of them has a list value (to avoid too many permutations)
The text was updated successfully, but these errors were encountered: