En succès
A duré 44 ms.
Standard Output
2026-02-03 21:45:39 DEBUG DDLDeployer create table Device(name varchar(255), street varchar(255), id int not null, unique (id))
2026-02-03 21:45:39 DEBUG DDLDeployer create table Device_location_reviews(id int, ranking integer not null, verbatim varchar(2000), idx integer, unique (id, idx))
2026-02-03 21:45:39 DEBUG DDLDeployer alter table Device_location_reviews add constraint FK_Device_location_reviews_id_Device_id foreign key(id) references Device(id)
2026-02-03 21:45:39 DEBUG SQLOperation Ba
...[truncated 5304 chars]...
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.idx as Device_location_reviews_idx, 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}