En succès
A duré 28 ms.
Standard Output
2025-04-01 20:21:48 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, unique (id))
2025-04-01 20:21:48 DEBUG DDLDeployer create table Tutu(id VARCHAR(255) not null, firstName varchar(255), unique (id))
2025-04-01 20:21:48 DEBUG DDLDeployer create table Titi(id VARCHAR(255) not null, prop1 varchar(255), unique (id))
2025-04-01 20:21:48 DEBUG DDLDeployer create table Tata(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-04-01 20:21:48 DEBUG DDLDeployer alter table Tutu ad
...[truncated 5037 chars]...
SQLOperation Batching statement 1 times
2025-04-01 20:21:48 TRACE SQLOperation delete from Tata where id = ? | {1={Tata.id=o.c.s.i.PersistedIdentifier@c6d47b6c-9f3c-4b18-b742-0cec35075d41}}
2025-04-01 20:21:48 DEBUG SQLOperation Batching statement 1 times
2025-04-01 20:21:48 TRACE SQLOperation delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistedIdentifier@c6d47b6c-9f3c-4b18-b742-0cec35075d41}}
2025-04-01 20:21:48 TRACE SQLOperation select id from Toto union all select id from Tata | {}