<classResult _class='hudson.tasks.junit.ClassResult'><child><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportTest$ExtraTable</className><duration>0.014</duration><failedSince>0</failedSince><name>crud</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-12-11 07:45:45	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identifier) references Toto(identifier)
2025-12-11 07:45:45	DEBUG	SQLOperation	Batching statement 1 times
2025-12-11 07:45:45	TRACE	SQLOperati
...[truncated 2449 chars]...
11 07:45:45	TRACE	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@1c7afef1-6007-432e-bf76-8b3819da0ec3}}
2025-12-11 07:45:45	DEBUG	SQLOperation	Batching statement 1 times
2025-12-11 07:45:45	TRACE	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@1c7afef1-6007-432e-bf76-8b3819da0ec3}}
2025-12-11 07:45:45	TRACE	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.016</duration><failedSince>0</failedSince><name>crud_severalTables</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Tutu(identifier VARCHAR(255) not null, firstName varchar(255), unique (identifier))
2025-12-11 07:45:45	DEBUG	DDLDeployer	alter table Tata add constraint FK_Tata_identifier_Toto_identifier foreign key(identif
...[truncated 4226 chars]...
11 07:45:45	TRACE	SQLOperation	delete from Tata where identifier = ? | {1={Tata.identifier=o.c.s.i.PersistedIdentifier@02cf284b-69ce-496b-9665-2d8f12278fc7}}
2025-12-11 07:45:45	DEBUG	SQLOperation	Batching statement 1 times
2025-12-11 07:45:45	TRACE	SQLOperation	delete from Toto where identifier = ? | {1={Toto.identifier=o.c.s.i.PersistedIdentifier@02cf284b-69ce-496b-9665-2d8f12278fc7}}
2025-12-11 07:45:45	TRACE	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.022</duration><failedSince>0</failedSince><name>crud_withConfigurationFromInheritance</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Tata(id VARCHAR(255) not null, name varchar(255), unique (id))
2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Titi(id VARCHAR(255) not null, prop1 varchar(255), unique (id))
2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Toto(id VARCHAR(255) not null, unique (id))
2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Tutu(id VARCHAR(255) not null, firstName varchar(255), unique (id))
2025-12-11 07:45:45	DEBUG	DDLDeployer	alter table Tata ad
...[truncated 5093 chars]...
SQLOperation	Batching statement 1 times
2025-12-11 07:45:45	TRACE	SQLOperation	delete from Tata where id = ? | {1={Tata.id=o.c.s.i.PersistedIdentifier@449cb20b-33fb-42e0-aa44-ae3283c1e69c}}
2025-12-11 07:45:45	DEBUG	SQLOperation	Batching statement 1 times
2025-12-11 07:45:45	TRACE	SQLOperation	delete from Toto where id = ? | {1={Toto.id=o.c.s.i.PersistedIdentifier@449cb20b-33fb-42e0-aa44-ae3283c1e69c}}
2025-12-11 07:45:45	TRACE	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.012</duration><failedSince>0</failedSince><name>tableStructure</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(255), unique (identifier))
2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-12-11 07:45:45	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.009</duration><failedSince>0</failedSince><name>tableStructure_columnNameGiven_columnNameIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, dummyName varchar(255), unique (identifier))
2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-12-11 07:45:45	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_columnSizeGiven_columnSizeIsUsed</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Tata(identifier VARCHAR(255) not null, name varchar(123), unique (identifier))
2025-12-11 07:45:45	DEBUG	DDLDeployer	create table Toto(identifier VARCHAR(255) not null, unique (identifier))
2025-12-11 07:45:45	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>6</passCount><skipCount>0</skipCount></classResult>