Allon Mureinik has posted comments on this change.

Change subject: core: No empty quotas in storage global default
......................................................................


Patch Set 5: (2 inline comments)

....................................................
File backend/manager/dbscripts/quota_sp.sql
Line 28:    RETURN QUERY SELECT * 
Done (next patchset :-))

Line 41:    WHERE (v_allow_empty OR storage_size_gb IS NOT NULL);
storage_size_gb is a calculated filed - it cannot be used in the WHERE clause.

the two option are to replicate the logic (bad) or use an inner query.

--
To view, visit http://gerrit.ovirt.org/3310
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Ib2d3d992115b8ba88072fff6e14a54fbc43bcb9e
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com>
Gerrit-Reviewer: Gilad Chaplik <gchap...@redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipc...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to