From: <one...@us...> - 2003-02-02 06:41:09
|
Update of /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test In directory sc8-pr-cvs1:/tmp/cvs-serv25866/hibernate/test Modified Files: FooBar.hbm.xml Glarch.hbm.xml Log Message: applied Mark Woon's new patch for long column names Index: FooBar.hbm.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test/FooBar.hbm.xml,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FooBar.hbm.xml 2 Feb 2003 00:29:06 -0000 1.6 --- FooBar.hbm.xml 2 Feb 2003 06:41:05 -0000 1.7 *************** *** 60,64 **** <property name="status" column="status_"/> <property name="binary" column="bin_"/> ! <property name="locale" column="locale_"/> <property name="custom" type="net.sf.hibernate.test.DoubleStringType"> <column name="first_name" length="66"/> --- 60,64 ---- <property name="status" column="status_"/> <property name="binary" column="bin_"/> ! <property name="locale" column="localeayzabc123"/> <property name="custom" type="net.sf.hibernate.test.DoubleStringType"> <column name="first_name" length="66"/> *************** *** 118,128 **** <property name="count" column="bar_count"/> <property name="name" length="64"/> ! ! <array name ="importantDates"> ! <key column="id" /> ! <index column="i"/> ! <element column="date_" type="date"/> ! </array> ! </component> </subclass> --- 118,126 ---- <property name="count" column="bar_count"/> <property name="name" length="64"/> ! <array name ="importantDates"> ! <key column="id" /> ! <index column="i"/> ! <element column="date_" type="date"/> ! </array> </component> </subclass> Index: Glarch.hbm.xml =================================================================== RCS file: /cvsroot/hibernate/Hibernate2/src/net/sf/hibernate/test/Glarch.hbm.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Glarch.hbm.xml 28 Jan 2003 10:22:21 -0000 1.4 --- Glarch.hbm.xml 2 Feb 2003 06:41:06 -0000 1.5 *************** *** 9,13 **** </id> <version name="version"/> ! <property name="name"/> <!-- <property name="currency"/> --> <many-to-one name="next" column="next_" class="net.sf.hibernate.test.Glarch"/> --- 9,13 ---- </id> <version name="version"/> ! <property name="name" column="namecvbnmasdf"/> <!-- <property name="currency"/> --> <many-to-one name="next" column="next_" class="net.sf.hibernate.test.Glarch"/> |