There was error in code

On Monday, September 24, 2012 1:01:09 PM UTC+3, JK wrote:
>
>
> Hello again and thank you for these new (coming) features.
>
> Could it be possible to have same type of functionality for creating joins?
>
> Now there are functions:
>
>                     leftOuterJoin(String sql)
>                     leftOuterJoin(TableLike<?> table)
>                     leftOuterJoin(String sql, Object... bindings)
>                     leftOuterJoin(String sql, QueryPart... parts)
>
> for all join types.
>
> My proposal is to have also these:
>
>                     enum JoinType { JOIN, LEFT_OUTER_JOIN, 
> RIGHT_OUTER_JOIN, ... }
>                     
>                     join(JoinType jointType, String sql)
>                     join(JoinType jointType, TableLike<?> table)
>                     join(JoinType jointType, String sql, Object... 
> bindings)
>                     join(JoinType jointType, String sql, QueryPart... 
> parts)
>
> What is your schedule for v2.6?
>
> Cheers,
> Jouni
>
>

Reply via email to