On 2014-05-13 00:14, Vishwa wrote:
1. I cannot see how we could possibly be modifiying the query like that. We don't do that kind of optimisation. How are you seeing the translated query? When I debug it leads me to LinkedIndex find() method. I see final request query on mysql server side, it fires query based on number of parameter in condition(). In my case it called 10 times for the same query.
Yeah, that's normal. We retrieve the rows one by one to perform the insert. The query is fine.
2.What does the exception look like? Unable to connect/open to database
Please paste the exception in it's entirety. -- 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.
