En succès
A duré 88 ms.
Standard Output
2025-04-27 09:18:26 DEBUG DDLDeployer create table Toto(a integer, b integer, c integer, primary key (a))
2025-04-27 09:18:26 DEBUG SQLOperation Batching statement 1 times
2025-04-27 09:18:26 TRACE SQLOperation insert into Toto(a, b, c) values (?, ?, ?) | {1={Toto.b=20, Toto.a=2, Toto.c=200}}
2025-04-27 09:18:26 TRACE SQLOperation select a, b, c from Toto where a in (?) | {Toto.a=1}
2025-04-27 09:18:26 DEBUG SQLOperation Batching statement 1 times
2025-04-27 09:18:26 TRACE SQLOperation update Toto set b = ?, c = ? where a = ? | {1={Toto.b (U)=11, Toto.a (W)=1, Toto.c (U)=111}}