Got it. For every query you invoke that returns results, Netbeans invokes: SELECT count(*) FROM MyQuery;
followed by MyQuery; which is why the sequence is being incremented twice. Thanks for the head's up regarding TRACE_LEVEL_FILE. Gili On Jun 12, 5:01 am, Thomas Mueller <[email protected]> wrote: > Hi, > > I guess the problem is that the "Netbeans SQL Execution Window" does > something funny. > > Could you append ";TRACE_LEVEL_FILE=3" to the database URL, just run > this script, and then paste the content of the .trace.db file? Just > the relevant part if it's big. > > Regards, > Thomas -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
