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

Add missing TREAT, CAST and LITERAL functions #1933

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

Conversation

jwgmeligmeyling
Copy link
Collaborator

I noticed a few more treat functions were added recently. I ended up needing them in the Querydsl integration so I decided to add them 😉

Description

Related Issue

Motivation and Context

@jwgmeligmeyling jwgmeligmeyling self-assigned this Aug 29, 2024
Comment on lines +11 to +12
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Wasn't the whole project changed to Java 8 minimally already? I thought that was the blocker for TREAT_INSTANT and others to be added to begin with?

Copy link
Member

Choose a reason for hiding this comment

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

It wasn't, the support of java.time types was doable without a hard dependency on Java 8. Version 2.0 which I'm working on currently will be based on Java 11 though, so we can get rid of some of the hacks.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Ok, then we'll let this PR sit until 2.0 as well 😄

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