+1
On Fri, Sep 30, 2016 at 7:02 PM, Steve Ebersole wrote:
> The JPA spec specifically says:
>
>
> Either positional or named parameters may be used. Positional and named
> parameters must not be mixed in a single query.
>
>
> I was thinking about how it does not make sense to mix these in a qu
+1 for always disallowing
On Fri, Sep 30, 2016 at 5:06 PM, andrea boriero wrote:
> +1 for always disallowing
>
> On 30 September 2016 at 17:02, Steve Ebersole wrote:
>
>> The JPA spec specifically says:
>>
>>
>> Either positional or named parameters may be used. Positional and named
>> paramete
+1 for always disallowing
On 30 September 2016 at 17:02, Steve Ebersole wrote:
> The JPA spec specifically says:
>
>
> Either positional or named parameters may be used. Positional and named
> parameters must not be mixed in a single query.
>
>
> I was thinking about how it does not make sense
The JPA spec specifically says:
Either positional or named parameters may be used. Positional and named
parameters must not be mixed in a single query.
I was thinking about how it does not make sense to mix these in a query
(its confusing) and went looking to see what, if anything, the spec had