You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we noticed our integration tests started to fail with:
org.springframework.orm.jpa.JpaSystemException: Could not extract column [5] from JDBC ResultSet [ORA-18716: {0} not in any time zone.DATE
https://docs.oracle.com/error-help/db/ora-18716/] [n/a]
Hello,
After migrating to ojdbc11:
we noticed our integration tests started to fail with:
When trying to fetch incomplete publications:
We used the schema-oracle.sql to create the tables and it seems it needs a default timezone for this to work again
The text was updated successfully, but these errors were encountered: