[hibernate-commits] Hibernate SVN: r10988 - trunk/Hibernate3/src/org/hibernate/dialect

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Dec 13 13:37:02 EST 2006


Author: steve.ebersole at jboss.com
Date: 2006-12-13 13:37:01 -0500 (Wed, 13 Dec 2006)
New Revision: 10988

Modified:
   trunk/Hibernate3/src/org/hibernate/dialect/DerbyDialect.java
Log:
Derby tests

Modified: trunk/Hibernate3/src/org/hibernate/dialect/DerbyDialect.java
===================================================================
--- trunk/Hibernate3/src/org/hibernate/dialect/DerbyDialect.java	2006-12-13 18:36:17 UTC (rev 10987)
+++ trunk/Hibernate3/src/org/hibernate/dialect/DerbyDialect.java	2006-12-13 18:37:01 UTC (rev 10988)
@@ -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;
 	}
 }




More information about the hibernate-commits mailing list