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