En succès
A duré 22 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$EmbedWithExternalEmbeddedBean)
Standard Output
2025-04-01 20:03:50 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))
2025-04-01 20:03:50 DEBUG SQLOperation Batching statement 1 times
2025-04-01 20:03:50 TRACE SQLOperation insert into Toto(firstName, id) values (?, ?) | {1={Toto.id=o.c.s.i.PersistedIdentifier@cdb0a124-b071-429f-a8a8-ca700d126b55, Toto.firstName=null}}
2025-04-01 20:03:50 TRACE SQLOperation select Toto.id, Toto.name from Toto | {}
2025-04-01 20:03:50 TRACE SQLOperation update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@cdb0a124-b071-429f-a8a8-ca700d126b55}
2025-04-01 20:03:50 TRACE SQLOperation select Toto.id, Toto.name from Toto | {}