Hibernate commits

RevisionAuthorDateDescription
15744adamw31 Dec 2008 06:29:37

HHH-3563, HHH-3561: component handling rework

15743adamw29 Dec 2008 03:52:31

HHH-3573: fix with tests (a not-insertable column can now be a many-to-one relation)

15742gbadner26 Dec 2008 20:51:28

HHH-3680 - Sybase - composite primary key in unit test exceeds maximum for index causing failure

15738gbadner26 Dec 2008 20:10:21

HHH-3679 - Sybase conversion of Java byte to tinyint fails with 8-bit values causing unit test failures

15734gbadner26 Dec 2008 18:57:29

HHH-3675 - Limitations on Sybase ResultSet implementation cause unit test failures

15730gbadner26 Dec 2008 18:19:25

HHH-3508 - Sybase Dialect - Override supportsCascadeDelete to return "false"

15726gbadner22 Dec 2008 18:31:15

HHH-3675 - Limitations on Sybase ResultSet implementation causes unit test failures

15722adamw22 Dec 2008 14:16:28

HHH-3633: classes can be audited also if they don't contain any properties (w/ test)

Some corrections in the manual

Performance tests

15721gbadner19 Dec 2008 19:37:02

HHH-3672 - Sybase - second(), minute(), hour(), and extract() cause GenericJDBCException

15717gbadner19 Dec 2008 18:08:24

HHH-3668 : Sybase does not support implicit conversion from character types to numeric types causes failing unit tests

15713gbadner19 Dec 2008 15:56:19

HHH-3670 - Invalid test for str() for SQL Server and Sybase

15709gbadner19 Dec 2008 14:05:29

HHH-3508 - SybaseDialect overrides supportsCascadeDelete to return "false"; SQLServerDialect returns "true"

15701dstephan16 Dec 2008 17:24:53

HHH-3584 - Modified getPropertiesToUpdate to check if version property has been marked as updateable==false before adding.