En succès
A duré 15 ms.
Standard Output
2025-12-23 15:23:55 DEBUG DDLDeployer create table City(name varchar(255), id int not null, countryId int, myIdx integer, unique (id))
2025-12-23 15:23:55 DEBUG DDLDeployer create table Country(id int not null, unique (id))
2025-12-23 15:23:55 DEBUG DDLDeployer alter table City add constraint FK_City_countryId_Country_id foreign key(countryId) references Country(id)
2025-12-23 15:23:55 DEBUG SQLOperation Batching statement 1 times
2025-12-23 15:23:55 TRACE SQLOperation insert into Country(id) va
...[truncated 2902 chars]...
i.PersistableIdentifier@13}}
2025-12-23 15:23:55 DEBUG SQLOperation Batching statement 2 times
2025-12-23 15:23:55 TRACE SQLOperation update City set myIdx = ?, countryId = ? where id = ? | {1={City.myIdx (U)=2, City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.id (W)=o.c.s.i.PersistableIdentifier@17}, 2={City.myIdx (U)=1, City.countryId (U)=o.c.s.i.PersistedIdentifier@1, City.id (W)=o.c.s.i.PersistableIdentifier@23}}
2025-12-23 15:23:55 TRACE SQLOperation select name, myIdx from city | {}