-
Notifications
You must be signed in to change notification settings - Fork 52
Add Geometry@toSqlExpression
method
#70
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. I left a few comments.
Co-authored-by: Matan Yadaev <[email protected]>
Co-authored-by: Matan Yadaev <[email protected]>
Co-authored-by: Matan Yadaev <[email protected]>
Co-authored-by: Matan Yadaev <[email protected]>
I've done all those (and it's much cleaner) - but I don't see why this merge conflict is happening when it's a straight addition |
@Synchro I updated the |
Geometry@toSqlExpression
method
@Synchro Fixed the conflicts. Thanks! |
Here's a PR adding a method (with a test!) that generates an
Expression
that can be used for manual casting along the lines of what I was asking in #69. I'm not sure about the name, or whether you think this is incomplete!