<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.014</duration><failedSince>0</failedSince><name>crud_severalTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2026-05-04 20:50:19	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2026-05-04 20:50:19	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2026-05-04 20:50:19	DEBUG	DDLDeployer	create table Tutu(identifier VARCHAR(255) not null, firstName varchar(255), unique (identifier))
2026-05-04 20:50:19	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identif
...[truncated 4344 chars]...
04 20:50:19	TRACE	SQLOperation	delete from Tutu where identifier = ? | {1={Tutu.identifier=o.c.s.i.PersistedIdentifier@9a1c01b9-d6f7-4dc1-a112-f9924d73a25a}}
2026-05-04 20:50:19	DEBUG	SQLOperation	Batching statement 1 times
2026-05-04 20:50:19	TRACE	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@9a1c01b9-d6f7-4dc1-a112-f9924d73a25a}}
2026-05-04 20:50:19	TRACE	SQLOperation	select identifier from Toto union all select identifier from Tata | {}
</stdout></caseResult>