En succès
A duré 18 ms.
Standard Output
2025-06-26 04:31:41 DEBUG DDLDeployer create table Toto(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-06-26 04:31:41 DEBUG DDLDeployer create table Toto_possibleStates(id VARCHAR(255), possibleStates integer, unique (id, possibleStates))
2025-06-26 04:31:41 DEBUG DDLDeployer alter table Toto_possibleStates add constraint FK_Toto_possibleStates_id_Toto_id foreign key(id) references Toto(id)
2025-06-26 04:31:41 DEBUG SQLOperation Batching statement 1 times
2025-06-26 04:31:41 TRAC
...[truncated 2141 chars]...
r on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@2f3d1700
2025-06-26 04:31:41 DEBUG EntityTreeInflater Creating instance with o.c.s.e.r.l.JoinRoot$JoinRootRowConsumer entityType=o.c.s.e.FluentEntityMappingConfigurationSupportTest$Toto
2025-06-26 04:31:41 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$Toto@2f3d1700