Skip to content

HHH-19619: Re-add Teradata dialect, under Apache 2.0 license #10552

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 1 commit into from
Jul 16, 2025

Conversation

ory-teradata
Copy link

@ory-teradata ory-teradata commented Jul 16, 2025

Re-adding TeradataDialect with updated Apache 2.0 header. Manually reverts #9780. Please CC [email protected] for any future correspondence related to licensing issues.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.


https://hibernate.atlassian.net/browse/HHH-19619

@ory-teradata ory-teradata force-pushed the restore-TeradataDialect branch from 7d755f2 to 4bf59fd Compare July 16, 2025 15:33
@hibernate-github-bot
Copy link

hibernate-github-bot bot commented Jul 16, 2025

Thanks for your pull request!

This pull request appears to follow the contribution rules.

› This message was automatically generated.

@ory-teradata ory-teradata force-pushed the restore-TeradataDialect branch from 0159345 to fcf2a33 Compare July 16, 2025 16:36
@ory-teradata ory-teradata force-pushed the restore-TeradataDialect branch from fcf2a33 to eb10c4a Compare July 16, 2025 17:19
pattern.append( "?1" );
}
pattern.append("(4) as bigint)");
switch (unit) {

Check warning

Code scanning / CodeQL

Missing enum case in switch Warning

Switch statement does not have a case for
DATE
,
DAY
,
DAY_OF_MONTH
, or 15 more.
@sebersole sebersole merged commit 52ff3b6 into hibernate:main Jul 16, 2025
25 of 26 checks passed
@gavinking
Copy link
Member

Thanks @ory-teradata !

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.

5 participants