<classResult _class='hudson.tasks.junit.ClassResult'><child><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-08-30 09:20:29	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2024-08-30 09:20:29	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2024-08-30 09:20:29	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:29	DEBUG	SQLOperati
...[truncated 1421 chars]...
30 09:20:29	DEBUG	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@6703065f-1af2-4ebf-bf18-0e8bc657a558}}
2024-08-30 09:20:29	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:29	DEBUG	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@6703065f-1af2-4ebf-bf18-0e8bc657a558}}
2024-08-30 09:20:29	DEBUG	SQLOperation	select identifier from Toto union all select identifier from Tata | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.012</duration><failedSince>0</failedSince><name>crud_severalTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Tutu(identifier VARCHAR(255) not null, firstName varchar(255), unique (identifier))
2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2024-08-30 09:20:29	DEBUG	DDLDeployer	alter table Tutu add constraint FK_Tutu_identifier_Toto_identifier foreign key(identif
...[truncated 2790 chars]...
30 09:20:29	DEBUG	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@7d4db9c2-8698-462b-a7ec-4aec4ee4e19f}}
2024-08-30 09:20:29	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:29	DEBUG	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@7d4db9c2-8698-462b-a7ec-4aec4ee4e19f}}
2024-08-30 09:20:29	DEBUG	SQLOperation	select identifier from Toto union all select identifier from Tata | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.027</duration><failedSince>0</failedSince><name>crud_withConfigurationFromInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, unique (id))
2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Tutu(id VARCHAR(255) not null, firstName varchar(255), unique (id))
2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Titi(id VARCHAR(255) not null, prop1 varchar(255), unique (id))
2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Tata(id VARCHAR(255) not null, name varchar(255), unique (id))
2024-08-30 09:20:29	DEBUG	DDLDeployer	alter table Tutu ad
...[truncated 3229 chars]...
SQLOperation	Batching statement 1 times
2024-08-30 09:20:29	DEBUG	SQLOperation	delete from Tata where id = ? | {1={Tata.id=o.c.s.i.PersistedIdentifier@d0eb15e5-6c8a-442a-a60a-a1ad519a6e23}}
2024-08-30 09:20:29	DEBUG	SQLOperation	Batching statement 1 times
2024-08-30 09:20:29	DEBUG	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistedIdentifier@d0eb15e5-6c8a-442a-a60a-a1ad519a6e23}}
2024-08-30 09:20:29	DEBUG	SQLOperation	select id from Toto union all select id from Tata | {}
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.009</duration><failedSince>0</failedSince><name>tableStructure</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2024-08-30 09:20:29	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
</stdout></child><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.008</duration><failedSince>0</failedSince><name>tableStructure_columnNameGiven_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2024-08-30 09:20:29	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, dummyName varchar(255), unique (identifier))
2024-08-30 09:20:29	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
</stdout></child><failCount>0</failCount><name>FluentEntityMappingConfigurationSupportTest$ExtraTable</name><passCount>5</passCount><skipCount>0</skipCount></classResult>