En succès
A duré 24 ms.
Standard Output
2024-09-23 19:40:52 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, unique (id))
2024-09-23 19:40:52 DEBUG DDLDeployer create table Tutu(id VARCHAR(255) not null, firstName varchar(255), unique (id))
2024-09-23 19:40:52 DEBUG DDLDeployer create table Titi(id VARCHAR(255) not null, prop1 varchar(255), unique (id))
2024-09-23 19:40:52 DEBUG DDLDeployer create table Tata(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-09-23 19:40:52 DEBUG DDLDeployer alter table Tutu ad
...[truncated 5034 chars]...
SQLOperation Batching statement 1 times
2024-09-23 19:40:52 DEBUG SQLOperation delete from Tata where id = ? | {1={Tata.id=o.c.s.i.PersistedIdentifier@743015af-2128-4368-8039-241d952766d3}}
2024-09-23 19:40:52 DEBUG SQLOperation Batching statement 1 times
2024-09-23 19:40:52 DEBUG SQLOperation delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistedIdentifier@743015af-2128-4368-8039-241d952766d3}}
2024-09-23 19:40:52 DEBUG SQLOperation select id from Toto union all select id from Tata | {}