Author: steve.ebersole(a)jboss.com
Date: 2006-12-13 13:37:11 -0500 (Wed, 13 Dec 2006)
New Revision: 10989
Modified:
branches/Branch_3_2/Hibernate3/src/org/hibernate/dialect/DerbyDialect.java
Log:
Derby tests
Modified: branches/Branch_3_2/Hibernate3/src/org/hibernate/dialect/DerbyDialect.java
===================================================================
--- branches/Branch_3_2/Hibernate3/src/org/hibernate/dialect/DerbyDialect.java 2006-12-13
18:37:01 UTC (rev 10988)
+++ branches/Branch_3_2/Hibernate3/src/org/hibernate/dialect/DerbyDialect.java 2006-12-13
18:37:11 UTC (rev 10989)
@@ -192,12 +192,7 @@
// Overridden informational metadata ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- public boolean supportsExpectedLobUsagePattern() {
- // My attempts on Derby show this not working with CLOBs or BLOBs.
- // An example of the error message I get with CLOBs is:
- // A truncation error was encountered trying to shrink CLOB
'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&' to length
255.
- //
- // I highly suspect this would be the case with all DB2 variant databases...
+ public boolean supportsLobValueChangePropogation() {
return false;
}
}
Show replies by date