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

Compile the 'on' clause of a merge into statement #208

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TRManderson
Copy link
Contributor

I had a use case where my on clause made use of sqlalchemy.func and thus had a bind param in it, and without getting the compiler to process the on clause before compiling it, it would have a dangling bind param that was never filled.

This fixes my use case. I was not able to run tests because I got a tox error on my mac, so I'm leaving it up to CI (sorry), but all my other Snowflake SQLA code works great with this fix.

@TRManderson
Copy link
Contributor Author

Attempting converting to draft and back to trigger reviews

@TRManderson TRManderson marked this pull request as draft October 18, 2021 01:47
@TRManderson TRManderson marked this pull request as ready for review October 18, 2021 01:47
@TRManderson
Copy link
Contributor Author

I'm extremely sure that the check failing here is due to misconfiguration, not my code, but there are no new changes on master that I can merge in to trigger a new test run

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.

1 participant