<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.011</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-10-17 06:24:08	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2024-10-17 06:24:08	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2024-10-17 06:24:08	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2024-10-17 06:24:08	DEBUG	SQLOperation	Batching statement 1 times
2024-10-17 06:24:08	DEBUG	SQLOperati
...[truncated 2225 chars]...
17 06:24:08	DEBUG	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@1ea7b06a-9d92-46c5-af8c-a5ebeb8f6090}}
2024-10-17 06:24:08	DEBUG	SQLOperation	Batching statement 1 times
2024-10-17 06:24:08	DEBUG	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@1ea7b06a-9d92-46c5-af8c-a5ebeb8f6090}}
2024-10-17 06:24:08	DEBUG	SQLOperation	select identifier from Toto union all select identifier from Tata | {}
</stdout></caseResult>