From: <one...@us...> - 2003-03-05 09:50:11
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv9628 Modified Files: changelog.txt Log Message: recent changes Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.297 retrieving revision 1.298 diff -C2 -d -r1.297 -r1.298 *** changelog.txt 19 Feb 2003 12:38:54 -0000 1.297 --- changelog.txt 5 Mar 2003 09:50:04 -0000 1.298 *************** *** 7,10 **** --- 7,12 ---- * fixed an exception that occurs with <key-many-to-one> association to a class with a composite id (Stefano Travelli) * fixed a bug in Hibernate PreparedStatement cache where maxRows and FetchSize were not cleared before re-caching + * support [] quoted identifiers + * added Ant Tasks for SchemaExport and SchemaUpdater (Cameron Braid) Changes in version 1.2.3 (28.1.2003) |