-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
completely remove hibernate.dialect.oracle.prefer_long_raw
Looks like this has not worked since probably H 6.0 The issue here is that the test for this feature was one of these tests written to look at the Hibernate metamodel and not at the actual DDL that was ultimately generated. This is why I despise "unit" testing instead of testing actual user-visible functionality. Anyway this was an undocumented feature so it can just be removed.
- Loading branch information
Showing
5 changed files
with
5 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
127 changes: 0 additions & 127 deletions
127
hibernate-core/src/test/java/org/hibernate/orm/test/type/OracleLongLobTypeTest.java
This file was deleted.
Oops, something went wrong.