En succès
A duré 16 ms.
Standard Output
2026-02-10 07:22:40 DEBUG DDLDeployer create table Address(location varchar(255), id int not null, unique (id))
2026-02-10 07:22:40 DEBUG DDLDeployer create table House(id int not null, addressId int, unique (id))
2026-02-10 07:22:40 DEBUG DDLDeployer create table Person(reverseGardenerId int, name varchar(255), id int not null, houseId int, unique (id))
2026-02-10 07:22:40 DEBUG DDLDeployer alter table House add constraint FK_House_addressId_Address_id foreign key(addressId) references Address(
...[truncated 9814 chars]...
id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@42}}
2026-02-10 07:22:40 DEBUG SQLOperation Batching statement 1 times
2026-02-10 07:22:40 TRACE SQLOperation delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistableIdentifier@999}}
2026-02-10 07:22:40 DEBUG SQLOperation Batching statement 1 times
2026-02-10 07:22:40 TRACE SQLOperation delete from House where id = ? | {1={House.id=o.c.s.i.PersistableIdentifier@123}}
2026-02-10 07:22:40 TRACE SQLOperation select id from Person | {}