En succès
A duré 10 ms.
Standard Output
2024-08-30 07:43:30 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, unique (id))
2024-08-30 07:43:30 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, unique (id))
2024-08-30 07:43:30 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2024-08-30 07:43:30 DEBUG SQLOperation select Country.name as Country_name, Country.description as Co
...[truncated 147 chars]...
ity.countryId where Country.id in (?) | {Country.id=o.c.s.i.PersistedIdentifier@42}
2024-08-30 07:43:30 DEBUG SQLOperation Batching statement 2 times
2024-08-30 07:43:30 DEBUG SQLOperation delete from City where id = ? | {1={City.id=o.c.s.i.PersistedIdentifier@100}, 2={City.id=o.c.s.i.PersistedIdentifier@200}}
2024-08-30 07:43:30 DEBUG SQLOperation Batching statement 1 times
2024-08-30 07:43:30 DEBUG SQLOperation delete from Country where id = ? | {1={Country.id=o.c.s.i.PersistedIdentifier@42}}