Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 20141cae878d6d6927dfa85a0fe9e1bc19cc5ec0
https://github.com/hibernate/hibernate-core/commit/20141cae878d6d6927dfa8...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-11-25 (Fri, 25 Nov 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
M hibernate-core/src/matrix/java/org/hibernate/test/pagination/DataPoint.java
M hibernate-core/src/matrix/java/org/hibernate/test/pagination/PaginationTest.java
Log Message:
-----------
HHH-6849 Formatting and adding actual assertions to testOffset(). This is not addressing the SQLServer issue yet.
Commit: 06952b533ed66e48c1559c345db1a1d18316d5de
https://github.com/hibernate/hibernate-core/commit/06952b533ed66e48c1559c...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-11-25 (Fri, 25 Nov 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
Log Message:
-----------
HHH-6849 Append _ROW_NUMBER()_ instead of prepending it
Commit: 6e433d5f85b55b5086488c9b01972ae039eb8d07
https://github.com/hibernate/hibernate-core/commit/6e433d5f85b55b5086488c...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-11-25 (Fri, 25 Nov 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
M hibernate-core/src/test/java/org/hibernate/dialect/SQLServer2005DialectTestCase.java
Log Message:
-----------
HHH-6849 Fixing assert in SQLServer2005DialectTestCase#testGetLimitString since order of column has changes. Also got rif of additional unnecessary whitespace
Compare: https://github.com/hibernate/hibernate-core/compare/8114e9c...6e433d5
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: c520a819902ea979cc4b2a6f089e5bf09c29e904
https://github.com/hibernate/hibernate-core/commit/c520a819902ea979cc4b2a...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-11-24 (Thu, 24 Nov 2011)
Changed paths:
M hibernate-entitymanager/src/test/resources/hibernate.properties
Log Message:
-----------
HHH-6843 Increasing the lock timeout. The default timeout is very low (see http://stackoverflow.com/questions/4162557/timeout-error-trying-to-lock-t...)
Turns out that at least one test (LockTest) passed due to combination of an uncaught TimeoutException + wrong assumptions. Increasing the timeout seems also more realistic in comparison to other databases.
Commit: ab111b6018242aabb13f2923020416b24ab1ff93
https://github.com/hibernate/hibernate-core/commit/ab111b6018242aabb13f29...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-11-24 (Thu, 24 Nov 2011)
Changed paths:
M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
Log Message:
-----------
HHH-6843 Updating LockTest to be less aggressive and more inline with actual isolation requirements
The actual changes are in the refactoring of LockTest#testContendedPessimisticLock which got split up into several methods and has the asserts changed
The formatting changes fix some generics warning and indentation. Used to be two separate commits, but after some git screw-up became one now
Commit: 873517a46f07d88131358021529f1c77885359f7
https://github.com/hibernate/hibernate-core/commit/873517a46f07d881313580...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-11-24 (Thu, 24 Nov 2011)
Changed paths:
M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
Log Message:
-----------
HHH-6843 Second transaction should not commit before the first one
Compare: https://github.com/hibernate/hibernate-core/compare/d382e70...873517a
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: b4e65a0c79961317e98815411d3e5066932227f7
https://github.com/hibernate/hibernate-core/commit/b4e65a0c79961317e98815...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-11-24 (Thu, 24 Nov 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/BasicLazyInitializer.java
Log Message:
-----------
HHH-6845 small polish: use final when possible
Commit: f5702548bbc238124fedbe0785cfcdd12b6bb960
https://github.com/hibernate/hibernate-core/commit/f5702548bbc238124fedbe...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-11-24 (Thu, 24 Nov 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/BasicLazyInitializer.java
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistLazyInitializer.java
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistProxyFactory.java
Log Message:
-----------
HHH-6845 Avoid repeated invocations of ReflectHelper.overridesEquals in proxy initializers
Commit: d382e70b6504be12ca832e543a11d36bb8418fb9
https://github.com/hibernate/hibernate-core/commit/d382e70b6504be12ca832e...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-11-24 (Thu, 24 Nov 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/proxy/ProxyFactory.java
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/BasicLazyInitializer.java
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistLazyInitializer.java
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistProxyFactory.java
Log Message:
-----------
formatting: use tabs
Compare: https://github.com/hibernate/hibernate-core/compare/977dcd1...d382e70