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

Auto type binary operators #4272

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Ten0
Copy link
Member

@Ten0 Ten0 commented Sep 20, 2024

This adds support for type inference of e.g. some_timestamptz_column - some_pginterval_expression.

Also adds support for update(...) expression (I found myself needing it for the test).

This adds support for type inference of e.g. `some_timestamptz_column - some_pginterval_expression`
@Ten0
Copy link
Member Author

Ten0 commented Sep 20, 2024

The ubuntu mysql fails seem unrelated.

@Ten0 Ten0 requested a review from a team September 20, 2024 12:01
@weiznich
Copy link
Member

Yes the test failures are unrelated. I hadn't the time to investigate them yet. What seems to be really strange is that the test itself passes, but nextest then reports a sigsev

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 52 filtered out; finished in 0.00s

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