svn commit: r1530237 - in /ofbiz/trunk/framework/entity/fieldtype: fieldtypepostgres.xml fieldtypepostnew.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1530237 - in /ofbiz/trunk/framework/entity/fieldtype: fieldtypepostgres.xml fieldtypepostnew.xml

jleroux@apache.org
Author: jleroux
Date: Tue Oct  8 11:39:08 2013
New Revision: 1530237

URL: http://svn.apache.org/r1530237
Log:
As suggested on dev ML: merges fieldtypepostgres.xml and fieldtypepostnew.xml and finally removes fieldtypepostnew.xml

Removed:
    ofbiz/trunk/framework/entity/fieldtype/fieldtypepostnew.xml
Modified:
    ofbiz/trunk/framework/entity/fieldtype/fieldtypepostgres.xml

Modified: ofbiz/trunk/framework/entity/fieldtype/fieldtypepostgres.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/entity/fieldtype/fieldtypepostgres.xml?rev=1530237&r1=1530236&r2=1530237&view=diff
==============================================================================
--- ofbiz/trunk/framework/entity/fieldtype/fieldtypepostgres.xml (original)
+++ ofbiz/trunk/framework/entity/fieldtype/fieldtypepostgres.xml Tue Oct  8 11:39:08 2013
@@ -39,18 +39,18 @@ under the License.
     <field-type-def type="id" sql-type="VARCHAR(20)" java-type="String"/>
     <field-type-def type="id-long" sql-type="VARCHAR(60)" java-type="String"/>
     <field-type-def type="id-vlong" sql-type="VARCHAR(255)" java-type="String"/>
-
+    
     <field-type-def type="indicator" sql-type="CHAR(1)" sql-type-alias="BPCHAR" java-type="String"/>
     <field-type-def type="very-short" sql-type="VARCHAR(10)" java-type="String"/>
     <field-type-def type="short-varchar" sql-type="VARCHAR(60)" java-type="String"/>
     <field-type-def type="long-varchar" sql-type="VARCHAR(255)" java-type="String"/>
     <field-type-def type="very-long" sql-type="TEXT" java-type="String"/>
-
-    <field-type-def type="comment" sql-type="VARCHAR(255)" java-type="String"/>
-    <field-type-def type="description" sql-type="VARCHAR(255)" java-type="String"/>
+    
+    <field-type-def type="comment" sql-type="TEXT" java-type="String"/>
+    <field-type-def type="description" sql-type="TEXT" java-type="String"/>
     <field-type-def type="name" sql-type="VARCHAR(100)" java-type="String"/>
     <field-type-def type="value" sql-type="VARCHAR(255)" java-type="String"/>
-
+    
     <!-- Specialized Types -->
     <field-type-def type="credit-card-number" sql-type="VARCHAR(255)" java-type="String"/>
     <field-type-def type="credit-card-date" sql-type="VARCHAR(7)" java-type="String"/>