Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 51c7bd15235166f8163203e76daf2eece835fc70
https://github.com/hibernate/hibernate-orm/commit/51c7bd15235166f8163203e...
Author: Bradley Plies <pliesb(a)yahoo.com>
Date: 2015-03-10 (Tue, 10 Mar 2015)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQL81Dialect.java
M hibernate-core/src/test/java/org/hibernate/dialect/PostgreSQL81DialectTestCase.java
Log Message:
-----------
HHH-5654 PostgreSQL Dialect will now correctly apply "for update of" for any
necessary table aliases. Added test.
Signed-off-by: Bradley Plies <pliesb(a)yahoo.com>