Commit Graph

936 Commits

Author SHA1 Message Date
Hardy Ferentschik 65b3e768fa HHH-6866 Removing commented out code and formatting. No functional changes. 2011-12-01 15:01:27 +01:00
Strong Liu 2e0e130cbe HHH-6867 skip org.hibernate.test.criteria.CriteriaQueryTest#testMultiplePropertiesSubquery on DB2 since DB2 doesn't support this tuple sql syntax 2011-12-01 19:45:15 +08:00
Strong Liu 3c3a74e010 HHH-6867 skip org.hibernate.test.criteria.CriteriaQueryTest#testMultiplePropertiesSubquery on DB2 since DB2 doesn't support this tuple sql syntax 2011-12-01 17:34:42 +08:00
Strong Liu f9e947035e HHH-6867 test data overflow causes org.hibernate.test.cut.CompositeUserTypeTest.testCustomColumnReadAndWrite fails on DB2 2011-12-01 17:05:07 +08:00
Strong Liu 7fca6f7567 HHH-6870 sysdate function in oracle dialect is a non argu and no parentheses function 2011-12-01 15:48:24 +08:00
Sanne Grinovero 588a9d69e8 HHH-6868 Lazily initialize HashMap in LockOptions 2011-11-30 22:01:22 +00:00
Sanne Grinovero eb23512fc5 HHH-6862 More iteration improvements 2011-11-30 22:01:22 +00:00
Sanne Grinovero a6b761e209 HHH-6862 Some additional small performance improvements 2011-11-30 22:01:04 +00:00
Steve Ebersole eb59e81bb9 HHH-6865 - PessimisticLockException should be thrown when pessimistic read and write locking strategies fail 2011-11-30 12:20:11 -06:00
Strong Liu 3577cbde08 HHH-6856 - RowValueConstructorSyntax with In syntax is not working 2011-12-01 01:03:51 +08:00
Strong Liu a522f049e0 HHH-6780 HHH-6068 2011-11-30 14:57:55 +08:00
Strong Liu 221d5f9ef6 HHH-6862 reduce the reference to IdentityMap 2011-11-30 14:26:38 +08:00
Sanne Grinovero a947a2fc8d HHH-6863 make access to serviceBindingList threadsafe 2011-11-30 11:39:55 +08:00
Sanne Grinovero d158047287 HHH-6863 make serviceBindingMap threadsafe 2011-11-30 11:39:55 +08:00
Sanne Grinovero 7781cb0aa9 HHH-6862 final polish 2011-11-30 11:39:55 +08:00
Sanne Grinovero d12396ee37 HHH-6862 Reuse cached entryArray of IdentityMap in StatefulPersistenceContext as much as possible 2011-11-30 11:39:54 +08:00
Sanne Grinovero ad3afa4b7d HHH-6862 Switch to use Iterable from Iterator in IdentityMap helpers 2011-11-30 11:39:54 +08:00
Sanne Grinovero aa4954be8b HHH-6862 Improve API of IdentityMap helpers to match actual use cases 2011-11-30 11:39:54 +08:00
Sanne Grinovero 67d1c70335 HHH-6862 Use generic Maps for more StatefulPersistenceContext fields 2011-11-30 11:39:54 +08:00
Sanne Grinovero f98e15e15f HHH-6862 Use generic Map for StatefulPersistenceContext.entityEntries 2011-11-30 11:39:54 +08:00
Sanne Grinovero ddb3a8cd18 HHH-6858 reuse reference to PersistenceContext 2011-11-30 11:39:54 +08:00
Sanne Grinovero fb0255a87a HHH-6858 non-intrusive performance improvements 2011-11-30 11:39:53 +08:00
Strong Liu 9e45ec3baf HHH-6852 DB2 doesn't support exists in select 2011-11-30 11:00:04 +08:00
Strong Liu d7f3042e5b HHH-6851 DB2 doesn't support NotNullUnique causes org.hibernate.test.annotations.uniqueconstraint.UniqueConstraintTest.testUniquenessConstraintWithSuperclassProperty fail 2011-11-30 11:00:04 +08:00
Steve Ebersole f690d8e28b HHH-5992 - A query fails to return correct results silently 2011-11-29 11:50:59 -06:00
Steve Ebersole bcc60208e3 HHH-6856 - RowValueConstructorSyntax with In syntax is not working 2011-11-29 10:07:11 -06:00
Strong Liu eca04896c9 HHH-6856 RowValueConstructorSyntax with In syntax is not working 2011-11-29 09:18:17 -06:00
Steve Ebersole 9a7924d9bc HHH-6780 - Wrong Query timeout calculation 2011-11-28 17:39:26 -06:00
Steve Ebersole d00c9c85d8 Merge branch 'HHH-6068' of https://github.com/lukasz-antoniak/hibernate-core into lukasz-antoniak-HHH-6068 2011-11-28 16:17:45 -06:00
Steve Ebersole 78f86319df HHH-6842 - Skip org.hibernate.test.annotations.manytoonewithformula.ManyToOneWithFormulaTest#testManyToOneFromNonPkToNonPk for DB2 2011-11-28 14:44:16 -06:00
Hardy Ferentschik 6e433d5f85 HHH-6849 Fixing assert in SQLServer2005DialectTestCase#testGetLimitString since order of column has changes. Also got rif of additional unnecessary whitespace 2011-11-26 00:55:57 +08:00
Hardy Ferentschik 06952b533e HHH-6849 Append _ROW_NUMBER()_ instead of prepending it 2011-11-26 00:55:57 +08:00
Hardy Ferentschik 20141cae87 HHH-6849 Formatting and adding actual assertions to testOffset(). This is not addressing the SQLServer issue yet. 2011-11-26 00:55:57 +08:00
Strong Liu 8114e9c5ae HHH-6850 no Types.BINARY mapping in DB2 dialect 2011-11-26 00:03:00 +08:00
Sanne Grinovero d382e70b65 formatting: use tabs 2011-11-24 11:23:02 +00:00
Sanne Grinovero f5702548bb HHH-6845 Avoid repeated invocations of ReflectHelper.overridesEquals in proxy initializers 2011-11-24 11:23:02 +00:00
Sanne Grinovero b4e65a0c79 HHH-6845 small polish: use final when possible 2011-11-24 11:23:02 +00:00
Scott Marlow 4c6330b535 HHH-5222 upgrade from READ to OPTIMISTIC_FORCE_INCREMENT fails 2011-11-23 17:33:44 -05:00
Sanne Grinovero 6c7379c38f HHH-6817 Logging of strings containing the percent character broken 2011-11-23 11:51:35 +01:00
Gail Badner 0fc95e54b3 HHH-5472 : Add test case with circular non-nullable associations 2011-11-23 02:48:02 -08:00
Gail Badner 52969e9561 HHH-5472 : Test case for delaying saving an entity with non-nullable transient entities 2011-11-22 23:31:57 -08:00
Strong Liu 6c6e9669c1 HHH-6827 correct CMTTest expectation value 2011-11-21 20:07:51 +08:00
Strong Liu 17bf50226b HHH-6286 UpdateTimestampsCache should try to avoid acquiring lock if possible 2011-11-21 20:03:24 +08:00
Strong Liu f8e347dabd HHH-6827 code format and javadoc, logging 2011-11-21 20:02:09 +08:00
Strong Liu c4776e2a92 HHH-6836 some test failures on Oracle 2011-11-21 19:53:09 +08:00
Strong Liu b2ba384254 HHH-6834 skip test BasicOperationsTest on oracle due to a oracle jdbc driver issue 2011-11-21 15:47:48 +08:00
Strong Liu a250fd6513 HHH-6700 mysql test failures 2011-11-21 14:38:38 +08:00
Strong Liu 581061f442 HHH-6700 mysql test failures
JBPAPP-2613
2011-11-21 14:12:23 +08:00
Strong Liu ff9eb6d1b2 test need to be compiled in UTF-8 2011-11-21 10:16:30 +08:00
Steve Ebersole d4e138eb13 HHH-6833 - Eable SQL logging for tests 2011-11-20 10:27:47 -06:00