FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: iexact lookup with Transform expression crash issue when RHS is direct value and a transform function is involved by vi3k6i5 · Pull Request #628 · googleapis/python-spanner-django · GitHub

This repository was archived by the owner on Jun 8, 2026. It is now read-only.

fix: iexact lookup with Transform expression crash issue when RHS is direct value and a transform function is involved - #628

Merged
vi3k6i5 merged 12 commits into
googleapis:masterfrom
vi3k6i5:iexact_fix
May 20, 2021
Merged

vi3k6i5 merged 12 commits into
googleapis:masterfrom
vi3k6i5:iexact_fix

Conversation

vi3k6i5 commented May 20, 2021

Copy link
Copy Markdown
Contributor

In iexact match added a check, If rhs is not a direct value and parameter is not present we want to have only 1 format able argument in rhs_sql else we need 2.

this is fix for queries like:Author.objects.filter(name__upper__iexact="abc").

vi3k6i5 requested a review from a team May 20, 2021 05:41
product-auto-label Bot added the api: spanner Issues related to the googleapis/python-spanner-django API. label May 20, 2021
google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label May 20, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: spanner Issues related to the googleapis/python-spanner-django API. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

django: iexact lookup with Transform expression crashes

2 participants


Back | FazBrowse Home | New Git URL