Thank you, guys,
I am using 1.0.74 now.
My h2 database is embedded in a GUI-based application which deals with
100ks of messages per day.
Between h2 and my GUI there is Hibernate .
Yet, in the end, I should have still seen 'insert into <table>'
statements, inside my <database>.trace.db file.
All I saw was 100ks of 'select ' statements.
Since you, however, see it working in your environments then maybe it
is my environment that somehow broken.
I will upgrade to the (proven by Anu ) 1.0.76 and give it another try.
Thank you very much,
Ionut
On Jul 9, 1:51 am, "Anu Padki" <
padk...@gmail.com> wrote:
> I can see it even with trace_level_file=3, I see something like
> /**/stat123.execute("insert into t_quality_desc (quality_id, quality_desc)
> values (1000, 'TEST INSERT')");
> 07-08 12:48:00 jdbc[2]:
> /*SQL*/insert into t_quality_desc (quality_id, quality_desc) values (1000,
> 'TEST INSERT')
>
> My envt is 1.0.67 and the connection was embedded.
> - Anu
>
> On Mon, Jul 7, 2008 at 9:28 PM, Thomas Mueller <
thomas.tom.muel...@gmail.com>
> wrote:
>
>
>
>
>
> > Hi,
>
> > > Please try trace_level_file=4, you will see the insert in the trace file.
>
> > No, level 4 is to use SLF4J. See also
> >
http://www.h2database.com/html/grammar.html#settracelevel
>
> > Trace level 3 should work. It does work for me. Could you check again?
> > Maybe your search was case sensitive, or you have searched in the
> > wrong file? If it still doesn't work for you, please provide a simple
> > standalone test case (a class with a main method) and the output
> > (trace.db) file you get.
>
> > Regards,
> > Thomas- Hide quoted text -
>
> - Show quoted text -