En succès
A duré 13 ms.
Standard Output
2025-04-28 07:03:01 DEBUG DDLDeployer create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-04-28 07:03:01 DEBUG DDLDeployer create table Tutu(identifier VARCHAR(255) not null, firstName varchar(255), unique (identifier))
2025-04-28 07:03:01 DEBUG DDLDeployer create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2025-04-28 07:03:01 DEBUG DDLDeployer alter table Tutu add constraint FK_Tutu_identifier_Toto_identifier foreign key(identif
...[truncated 4098 chars]...
28 07:03:01 TRACE SQLOperation delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@614877d9-503e-430b-b959-a3908d8170c5}}
2025-04-28 07:03:01 DEBUG SQLOperation Batching statement 1 times
2025-04-28 07:03:01 TRACE SQLOperation delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@614877d9-503e-430b-b959-a3908d8170c5}}
2025-04-28 07:03:01 TRACE SQLOperation select identifier from Toto union all select identifier from Tata | {}