From: <one...@us...> - 2002-11-27 22:38:07
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv31725 Modified Files: changelog.txt Log Message: fixed bug in Hibernate.configure() Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.278 retrieving revision 1.279 diff -C2 -d -r1.278 -r1.279 *** changelog.txt 27 Nov 2002 16:42:54 -0000 1.278 --- changelog.txt 27 Nov 2002 22:38:03 -0000 1.279 *************** *** 9,12 **** --- 9,13 ---- * added --format and --delimiter options to SchemaExport (thanks to Richard Mixon) * fix for problem with class with no properties + native id generation + MS SQL Server contributed by Max Andersen + * fixed a BAD bug in Hibernate.configure() (thanks to Rob Stokes) Changes in version 1.2 beta 3 (26.11.2002) |