From: <one...@us...> - 2002-12-07 09:41:26
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv16209 Modified Files: changelog.txt Log Message: added a test for initialize-after-add Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.283 retrieving revision 1.284 diff -C2 -d -r1.283 -r1.284 *** changelog.txt 7 Dec 2002 08:16:09 -0000 1.283 --- changelog.txt 7 Dec 2002 09:41:22 -0000 1.284 *************** *** 4,7 **** --- 4,8 ---- ---------------------------- * fixed a bug where uppercase IS NOT NULL, NOT IN, etc were not parsed correctly + * addition to readonly="true" bags now no longer requires collection initialization * added ResinTransactionManagerLookup * improved exception message when setting null to primitive type (Max Andersen) |