Aktionen
Fehler #610
geschlossenTestcase ONE_TO_MANY Relations
Beginn:
01.01.2016
Abgabedatum:
% erledigt:
100%
Geschätzter Aufwand:
Beschreibung
Atm there is no testcase for queries of ONE_TO_MANY Relations
And it seems that there is a bug:
QSharedPointer<Room> room2= em->findEntityByAttributes<Room>(attributeHash);
produces:
"{'time':'2016-01-01T02:19:57', 'query':'SELECT * FROM `room` WHERE `name`=? LIMIT 1', 'values': {'name':'R. 1202'}}"
"{'time':'2016-01-01T02:19:57', 'query':'SELECT * FROM `room` WHERE `id`=?', 'values': {'id':'2'}}"
Aktionen