Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Taal2012-01-30 14:06:19 +0000
committerMartin Taal2012-01-30 14:06:19 +0000
commit4074e26ecfdb47dd482e1f62df7ad3e737e56309 (patch)
tree08402a65f1b0b30c76c063f405593f32ad38570a
parent0cba8dd5ad899ca675a45d5a9842031a4f86716b (diff)
downloadcdo-4074e26ecfdb47dd482e1f62df7ad3e737e56309.tar.gz
cdo-4074e26ecfdb47dd482e1f62df7ad3e737e56309.tar.xz
cdo-4074e26ecfdb47dd482e1f62df7ad3e737e56309.zip
Changed name of size column of lob table, related to issue [352882]
-rw-r--r--plugins/org.eclipse.emf.cdo.server.hibernate/mappings/resource.hbm.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.emf.cdo.server.hibernate/mappings/resource.hbm.xml b/plugins/org.eclipse.emf.cdo.server.hibernate/mappings/resource.hbm.xml
index 9d39ff5da5..c48a849fca 100644
--- a/plugins/org.eclipse.emf.cdo.server.hibernate/mappings/resource.hbm.xml
+++ b/plugins/org.eclipse.emf.cdo.server.hibernate/mappings/resource.hbm.xml
@@ -79,7 +79,7 @@
<column name="`b_lob`"/>
</property>
<property name="size">
- <column name="`size`"/>
+ <column name="`lobsize`"/>
</property>
</class>

Back to the top