Author: aadamchik
Date: Wed Apr 11 07:11:09 2012
New Revision: 1324595

URL: http://svn.apache.org/viewvc?rev=1324595&view=rev
Log:
CAY-1681 Third prefetch kind - DISJOINT_BY_ID

CAY-1681-varchar-length.patch - a patch by Andrei Veprev fixing MySQL schema 
creation

Modified:
    
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/testmap.map.xml

Modified: 
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/testmap.map.xml
URL: 
http://svn.apache.org/viewvc/cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/testmap.map.xml?rev=1324595&r1=1324594&r2=1324595&view=diff
==============================================================================
--- 
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/testmap.map.xml
 (original)
+++ 
cayenne/main/trunk/framework/cayenne-jdk1.5-unpublished/src/test/resources/testmap.map.xml
 Wed Apr 11 07:11:09 2012
@@ -93,7 +93,7 @@
        <db-entity name="BOX">
                <db-attribute name="BAG_ID" type="BIGINT" isMandatory="true"/>
                <db-attribute name="ID" type="BIGINT" isPrimaryKey="true" 
isMandatory="true"/>
-               <db-attribute name="NAME" type="VARCHAR"/>
+               <db-attribute name="NAME" type="VARCHAR" length="200"/>
        </db-entity>
        <db-entity name="BOX_INFO">
                <db-attribute name="BOX_ID" type="BIGINT" isMandatory="true"/>


Reply via email to