En succès
A duré 42 ms.
Standard Output
2025-12-23 15:23:50 DEBUG DDLDeployer create table Device(name varchar(255), street varchar(255), id int not null, unique (id))
2025-12-23 15:23:50 DEBUG DDLDeployer create table Device_location_reviews(id int, ranking integer not null, verbatim varchar(2000), unique (id, ranking, verbatim))
2025-12-23 15:23:50 DEBUG DDLDeployer alter table Device_location_reviews add constraint FK_Device_location_reviews_id_Device_id foreign key(id) references Device(id)
2025-12-23 15:23:50 DEBUG SQLOperation B
...[truncated 5142 chars]...
23 15:23:50 TRACE SQLOperation select Device.name as Device_name, Device.street as Device_street, Device.id as Device_id, Device_location_reviews.ranking as Device_location_reviews_ranking, Device_location_reviews.verbatim as Device_location_reviews_verbatim, Device_location_reviews.id as Device_location_reviews_id from Device left outer join Device_location_reviews as Device_location_reviews on Device.id = Device_location_reviews.id where Device.id in (?) | {1=o.c.s.i.PersistableIdentifier@13}