Update of /cvsroot/hibernate/Hibernate
In directory sc8-pr-cvs1:/tmp/cvs-serv25122
Modified Files:
changelog.txt hibernate.properties
Log Message:
use OuterJoinGenerator for normalized table mappings
Index: changelog.txt
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/changelog.txt,v
retrieving revision 1.273
retrieving revision 1.274
diff -C2 -d -r1.273 -r1.274
*** changelog.txt 24 Nov 2002 15:45:49 -0000 1.273
--- changelog.txt 25 Nov 2002 02:21:08 -0000 1.274
***************
*** 3,7 ****
Changes in version 1.2 beta 3 (26.11.2002)
------------------------------------------
! * fixed bug in UPDATE SQL generation for normalized mapping strategy (fix by Robson Miranda)
* support <composite-id> correctly in CodeGenerator (patch by Tom Cellucci)
* fixed an exception that occurred with short qualified tablenames
--- 3,7 ----
Changes in version 1.2 beta 3 (26.11.2002)
------------------------------------------
! * fixed bug in UPDATE SQL generation for <joined-subclass> mapping strategy (fix by Robson Miranda)
* support <composite-id> correctly in CodeGenerator (patch by Tom Cellucci)
* fixed an exception that occurred with short qualified tablenames
***************
*** 21,24 ****
--- 21,25 ----
* database reverse engineering GUI tool contributed by Tom Cellucci
* SchemaExport now generates column in mapping file order (rather than alphabetical order)
+ * <joined-subclass> mappings working on Oracle (?)
Changes in version 1.2 beta 2 (15.11.2002)
Index: hibernate.properties
===================================================================
RCS file: /cvsroot/hibernate/Hibernate/hibernate.properties,v
retrieving revision 1.89
retrieving revision 1.90
diff -C2 -d -r1.89 -r1.90
*** hibernate.properties 24 Nov 2002 16:19:04 -0000 1.89
--- hibernate.properties 25 Nov 2002 02:21:08 -0000 1.90
***************
*** 129,135 ****
## Interbase
! hibernate.dialect cirrus.hibernate.sql.InterbaseDialect
! hibernate.connection.username sysdba
! hibernate.connection.password masterkey
## DO NOT specify hibernate.connection.sqlDialect
--- 129,135 ----
## Interbase
! #hibernate.dialect cirrus.hibernate.sql.InterbaseDialect
! #hibernate.connection.username sysdba
! #hibernate.connection.password masterkey
## DO NOT specify hibernate.connection.sqlDialect
***************
*** 142,147 ****
## Pure Java
! hibernate.connection.driver_class org.firebirdsql.jdbc.FBDriver
! hibernate.connection.url jdbc:firebirdsql:localhost/3050:/firebird/test.gdb
--- 142,147 ----
## Pure Java
! #hibernate.connection.driver_class org.firebirdsql.jdbc.FBDriver
! #hibernate.connection.url jdbc:firebirdsql:localhost/3050:/firebird/test.gdb
|