On Sun, Jun 14, 2015 at 8:40 PM, Sergi Vladykin
<[email protected]> wrote:
> But this question raises up often and I believe we can fix this relatively
> easy by allowing `IN ?` expression where parameter is expected to be an
> array. Thoughts?
>


That messes with optimising prepared statements because the code will
not know how to distinguish between the case of binding a single value
and the case of binding an array.

Allowing a syntax like

   IN TABLE(id int = ?)

might work however.

Are you volunteering to cook up a patch, Sergi? :-)

Regards, Noel.

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to