[hibernate-dev] PATCH 1/5 implement criteria query collection-of-component and collection-of-value against latest 3.5.0-Beta-3

David Mansfield hibernate at dm.cobite.com
Thu Jan 21 18:14:11 EST 2010


Hmm still no attachment.  One last try and then I'll give up and put the
patches in JIRA.

Once more, with feeling.   See below for the description.

On Thu, 2010-01-21 at 17:49 -0500, David Mansfield wrote:
> I'm attempting to resend this "complete" patch set, which includes
> documentation and test cases in a series of 5 patches, the first two of
> which are independent bug fixes.
> 
> My previous attempt seemed to have patch stripped so I'm going to try
> one at a time.
> 
> 
> Patch 0001: In the JoinWalker, we assemble an SQL select list fragment
> from a list of Joinables.  Reading the existing code, we see it's
> possible for the fragment generated 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.
> 
> 
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev



More information about the hibernate-dev mailing list