69b09dfcd2
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. |
||
---|---|---|
.. | ||
src | ||
hibernate-core.gradle |