[
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3962?page=c...
]
Gail Badner commented on HHH-3962:
----------------------------------
Hi Enrico,
I saw from an email thread that you were having problems with mapping Blob and Clob.
The fix for HHH-3892 (currently applied to trunk only) may have resolved some problems you
saw.
Please try building your updated IngresDialect in trunk and run the unit tests. If you are
not able to configure IngresDialect so that BlobLocatorTest, ClobLocatorTest,
MaterializedBlobTest, and MaterializedClobTest pass, then IngresDialect will need to be
updated to override:
public boolean supportsExpectedLobUsagePattern() {
return false;
}
Please let us know your test results using trunk. If you need to update your dialect,
please attach a patch (e.g., using "svn diff") against IngresDialect in trunk
(
http://anonsvn.jboss.org/repos/hibernate/core/trunk/).
Thanks,
Gail
Ingres Hibernate dialect for EAP 4.3.0 GA CP04
----------------------------------------------
Key: HHH-3962
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-3962
Project: Hibernate Core
Issue Type: Improvement
Components: core
Affects Versions: 3.2.4.sp1
Environment: Hibernate Core 3.2.4.SP1 CP07, Ingres 9.2.0
Reporter: Enrico Schenk
Assignee: strong liu
Priority: Minor
Fix For: 3.5
Attachments: IngresDialect.java, IngresDialect.java
This is the Ingres dialect that was used for the EAP 4.3.0 GA CP04 tests. It's based
on the latest dialect from the trunk contains changes for the functions current_time,
current_timestamp and current_date. The dialect also overrides the method
getForUpdateString() to disable the use of "SELECT...FOR UPDATE" statements.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira