You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2007/09/22 15:01:56 UTC

svn commit: r578426 - /ofbiz/branches/release4.0/framework/entity/fieldtype/fieldtypemysql.xml

Author: jleroux
Date: Sat Sep 22 06:01:56 2007
New Revision: 578426

URL: http://svn.apache.org/viewvc?rev=578426&view=rev
Log:
Applied fix from trunk for revision: 577960

Modified:
    ofbiz/branches/release4.0/framework/entity/fieldtype/fieldtypemysql.xml

Modified: ofbiz/branches/release4.0/framework/entity/fieldtype/fieldtypemysql.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/framework/entity/fieldtype/fieldtypemysql.xml?rev=578426&r1=578425&r2=578426&view=diff
==============================================================================
--- ofbiz/branches/release4.0/framework/entity/fieldtype/fieldtypemysql.xml (original)
+++ ofbiz/branches/release4.0/framework/entity/fieldtype/fieldtypemysql.xml Sat Sep 22 06:01:56 2007
@@ -41,7 +41,7 @@
     <field-type-def type="very-short" sql-type="VARCHAR(10)" java-type="String"></field-type-def>
     <field-type-def type="short-varchar" sql-type="VARCHAR(60)" java-type="String"></field-type-def>
     <field-type-def type="long-varchar" sql-type="VARCHAR(255)" java-type="String"></field-type-def>
-    <field-type-def type="very-long" sql-type="TEXT" java-type="String"></field-type-def>
+    <field-type-def type="very-long" sql-type="LONGTEXT" java-type="String"></field-type-def>
    
     <field-type-def type="comment" sql-type="VARCHAR(255)" java-type="String"></field-type-def>
     <field-type-def type="description" sql-type="VARCHAR(255)" java-type="String"></field-type-def>