Eli Mesika has posted comments on this change. Change subject: engine: Replacing search for vms by query ......................................................................
Patch Set 1: (1 inline comment) .................................................... File backend/manager/dbscripts/vms_sp.sql Line 1080: END; $procedure$ Line 1081: LANGUAGE plpgsql; Line 1082: Line 1083: Line 1084: Create or replace FUNCTION GetVmsByVdsGroupId(v_vdsGroupId UUID) RETURNS SETOF vms please replace with v_vds_group_id as this is our var/params convention Line 1085: AS $procedure$ Line 1086: BEGIN Line 1087: RETURN QUERY SELECT vms.* Line 1088: FROM vms -- To view, visit http://gerrit.ovirt.org/11426 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I12cee2c66aed35ed357f2ee739232d95fe9fa0c1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Michael Kublin <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Michael Kublin <[email protected]> Gerrit-Reviewer: Mike Kolesnik <[email protected]> Gerrit-Reviewer: Moti Asayag <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
