Skip to content

add expressions tests #58

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

Merged
merged 7 commits into from
Jul 9, 2024
Merged

Conversation

timgraham
Copy link
Collaborator

@timgraham timgraham commented Jun 22, 2024

No description provided.

@timgraham timgraham force-pushed the expressions-tests branch 4 times, most recently from ffae2d6 to f4b6df3 Compare July 1, 2024 22:09
@timgraham timgraham marked this pull request as ready for review July 1, 2024 22:29
@timgraham timgraham requested a review from WaVEV July 2, 2024 12:57
@timgraham timgraham force-pushed the expressions-tests branch 2 times, most recently from 21e11a1 to ca79a96 Compare July 3, 2024 14:35
@@ -72,6 +72,16 @@ class DatabaseWrapper(BaseDatabaseWrapper):
"istartswith": "LIKE UPPER(%s)",
"iendswith": "LIKE UPPER(%s)",
}
# As with `operators`, these patterns are used to generate SQL before MQL.
pattern_esc = "%%"
Copy link
Collaborator

Choose a reason for hiding this comment

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

I can't find where this pattern is used. Is it necessary ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@timgraham timgraham force-pushed the expressions-tests branch from ca79a96 to b03ec92 Compare July 9, 2024 14:01
@timgraham timgraham merged commit b03ec92 into mongodb:main Jul 9, 2024
3 checks passed
@timgraham timgraham deleted the expressions-tests branch July 9, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants