hibernate-orm/hibernate-core
David Mansfield 69b09dfcd2 HHH-3646 - don't append spurious comma in SQL select fragment
In the JoinWalker, we assemble an SQL select list fragment
from a list of Joinables. In the existing code, we see it's
possible for the selectFragment generated by a joinable to be empty.
However if the LAST joinable generates an empty fragment, we put
a spurious comma into the fragment. Fix this by only prepending a
comma when necessary.
2011-03-30 12:23:20 -05:00
..
src HHH-3646 - don't append spurious comma in SQL select fragment 2011-03-30 12:23:20 -05:00
hibernate-core.gradle HHH-6036 - integration documentation generation 2011-03-29 15:14:09 -05:00