From: <one...@us...> - 2003-01-28 13:07:46
|
Update of /cvsroot/hibernate/Hibernate In directory sc8-pr-cvs1:/tmp/cvs-serv25818 Modified Files: changelog.txt readme.txt Log Message: latest fixes Index: changelog.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v retrieving revision 1.295 retrieving revision 1.296 diff -C2 -d -r1.295 -r1.296 *** changelog.txt 4 Jan 2003 13:05:14 -0000 1.295 --- changelog.txt 28 Jan 2003 13:07:43 -0000 1.296 *************** *** 1,4 **** --- 1,18 ---- Hibernate Changelog =================== + Changes in version 1.2.3 (28.1.2003) + ------------------------------------ + * fixed a recently-introduced problem with Timestamp dirty checking + * added createClob(), createBlob() for streams (Benoit Menendez) + * SchemaUpdate now configures Dialect correctly (Michael Locher) + * update() now working for classes with embedded composite ids + * unsaved-value attribute now recognized for <composite-id> + * fixed a minor problem where a very specific kind of SQL select did not qualify a column name + * added Query.getQueryString() + * fixed an NPE that sometimes occurred when hibernate.connection.username was not specified + * fixed a bug in SchemaExport where foreign key constraints did not use qualified tablenames + * added isFirst(), isLast() to ScrollableResults + * fixed bug finding properties inherited by mapped interfaces + Changes in version 1.2.2 (4.1.2003) -------------------------------------- Index: readme.txt =================================================================== RCS file: /cvsroot/hibernate/Hibernate/readme.txt,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** readme.txt 4 Jan 2003 13:05:14 -0000 1.58 --- readme.txt 28 Jan 2003 13:07:43 -0000 1.59 *************** *** 1,5 **** Hibernate - Relational Persistence for Idiomatic Java ===================================================== ! version 1.2.2 4 January 2003 Instructions --- 1,5 ---- Hibernate - Relational Persistence for Idiomatic Java ===================================================== ! version 1.2.3 28 January 2003 Instructions |