En succès
A duré 16 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportManyToOneTest$BiDirectionality)
Standard Output
2026-02-11 22:36:03 DEBUG DDLDeployer create table Address(street varchar(255), id int not null, unique (id))
2026-02-11 22:36:03 DEBUG DDLDeployer create table Company(name varchar(255), id int not null, unique (id))
2026-02-11 22:36:03 DEBUG DDLDeployer create table Device(name varchar(255), id int not null, manufacturerId int, locationId int, unique (id))
2026-02-11 22:36:03 DEBUG DDLDeployer alter table Device add constraint FK_Device_locationId_Address_id foreign key(locationId) references
...[truncated 4379 chars]...
)=World Company renamed, Company.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-02-11 22:36:03 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:03 TRACE SQLOperation update Address set street = ? where id = ? | {1={Address.street (U)=somewhere renamed, Address.id (W)=o.c.s.i.PersistableIdentifier@0}}
2026-02-11 22:36:03 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:03 TRACE SQLOperation delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@0}}