Branch: refs/heads/4.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: dcad957f19b23ade0553f77f6d8f48a8804d1c1c
https://github.com/hibernate/hibernate-orm/commit/dcad957f19b23ade0553f77...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2014-01-21 (Tue, 21 Jan 2014)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/loader/plan/exec/query/internal/SelectStatementBuilder.java
Log Message:
-----------
HHH-8884 : Made this only remove "and " and " and"
Made this only remove "and " and " and" as otherwise tables named
"android" end up being queried as "roid".
(cherry picked from commit 84b032da1df4260d1f80ce48d8ad7907146a8030)