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 Oracle #1557

Merged
merged 4 commits into from
Apr 5, 2023
Merged

Add Oracle #1557

merged 4 commits into from
Apr 5, 2023

Conversation

blafond
Copy link
Member

@blafond blafond commented Apr 4, 2023

Fix #1532

I disabled UTCTest for Oracle due to 4 test failures.

  • testDate()
  • testCalendar()
  • testLocalDateTime()
  • testZonedDateTime()

Example:

 throws jakarta.persistence.NoResultException: No result found for query [from ThingInUTC where date=:dt]
	//	     at app//org.hibernate.reactive.query.spi.ReactiveAbstractSelectionQuery.reactiveSingleResult(ReactiveAbstractSelectionQuery.java:175)
	```

@DavideD DavideD merged commit 06674c8 into hibernate:main Apr 5, 2023
@DavideD
Copy link
Member

DavideD commented Apr 5, 2023

Merged,
thanks

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.

Add support for Oracle
2 participants