En succès
A duré 23 ms.
(from org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$MapEnum)
Standard Output
2025-11-21 07:33:59 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, name varchar(255), firstName varchar(255), unique (id))
2025-11-21 07:33:59 DEBUG SQLOperation Batching statement 1 times
2025-11-21 07:33:59 TRACE SQLOperation insert into Toto(firstName, id) values (?, ?) | {1={Toto.firstName=null, Toto.id=o.c.s.i.PersistedIdentifier@77bce8d6-04c1-4d61-bf42-133544b6d0b6}}
2025-11-21 07:33:59 TRACE SQLOperation select Toto.id, Toto.name from Toto | {}
2025-11-21 07:33:59 TRACE SQLOperation update Toto set name = ? where id = ? | {1=dummyName, 2=o.c.s.i.PersistedIdentifier@77bce8d6-04c1-4d61-bf42-133544b6d0b6}
2025-11-21 07:33:59 TRACE SQLOperation select Toto.id, Toto.name from Toto | {}