Hi,
I'm trying to turn off the *.trace.db file but it seems to be not working. I have tried (like explained here <http://h2database.com/html/features.html#trace_options>) to set the TRACE_LEVEL_FILE option to 0 by adding ' ;TRACE_LEVEL_FILE=0' to the database URI or by calling the SQL statement 'SET TRACE_LEVEL_FILE 0'. The other levels (1, 2, 3 and 4) doesn't seems to work neither. Did I miss something ? -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
