En succès
A duré 10 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportMapTest$KeyAndValueAreEntities)
Standard Output
2026-02-11 22:36:04 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, unique (id))
2026-02-11 22:36:04 DEBUG DDLDeployer create table Person_phoneNumbers(id int, key varchar(255), value varchar(255), unique (id, key))
2026-02-11 22:36:04 DEBUG DDLDeployer alter table Person_phoneNumbers add constraint FK_Person_phoneNumbers_id_Person_id foreign key(id) references Person(id)
2026-02-11 22:36:04 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:04 TRACE SQLOper
...[truncated 3947 chars]...
Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1}, 2={Person_phoneNumbers.key=work, Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1}, 3={Person_phoneNumbers.key=mobile, Person_phoneNumbers.id=o.c.s.i.PersistedIdentifier@1}}
2026-02-11 22:36:04 DEBUG SQLOperation Batching statement 1 times
2026-02-11 22:36:04 TRACE SQLOperation delete from Person where id = ? | {1={Person.id=o.c.s.i.PersistedIdentifier@1}}
2026-02-11 22:36:04 TRACE SQLOperation select 'key' from Person_phoneNumbers | {}