From: <one...@us...> - 2002-11-27 16:43:30
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv19142 Modified Files: changelog.txt Log Message: fix for ms sql server + class with no properties + native id Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.277 retrieving revision 1.278 diff -C2 -d -r1.277 -r1.278 *** changelog.txt 27 Nov 2002 13:47:33 -0000 1.277 --- changelog.txt 27 Nov 2002 16:42:54 -0000 1.278 *************** *** 8,11 **** --- 8,12 ---- * made Calendar types compilable in JDK1.2 * 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 Changes in version 1.2 beta 3 (26.11.2002) |