<caseResult _class='hudson.tasks.junit.CaseResult'><age>0</age><className>org.codefilarete.stalactite.engine.FluentEntityMappingConfigurationSupportAlreadyAssignedIdentifierTest</className><duration>0.009</duration><failedSince>0</failedSince><name>insert_oneToOne</name><properties></properties><skipped>false</skipped><status>PASSED</status><stdout>2024-08-29 16:28:20	DEBUG	DDLDeployer	create table Engine(model varchar(255) not null, unique (model))
2024-08-29 16:28:20	DEBUG	DDLDeployer	create table Car(model varchar(255), id bigint not null, engineModel varchar(255), unique (id))
2024-08-29 16:28:20	DEBUG	DDLDeployer	alter table Car add constraint FK_Car_engineModel_Engine_model foreign key(engineModel) references Engine(model)
2024-08-29 16:28:20	DEBUG	SQLOperation	Batching statement 1 times
2024-08-29 16:28:20	DEBUG	SQLOperation	insert 
...[truncated 86 chars]...
G	SQLOperation	Batching statement 1 times
2024-08-29 16:28:20	DEBUG	SQLOperation	insert into Car(model, id, engineModel) values (?, ?, ?) | {1={Car.id=42, Car.model=Renault, Car.engineModel=XFE45K-TRE}}
2024-08-29 16:28:20	DEBUG	SQLOperation	select id, model from Car | {}
2024-08-29 16:28:20	DEBUG	SQLOperation	select Car.model as Car_model, Car.id as Car_id, engine.model as engine_model from Car left outer join Engine as engine on Car.engineModel = engine.model where Car.id in (?) | {Car.id=42}
</stdout></caseResult>