Yair Zaslavsky has posted comments on this change.

Change subject: engine-core: adding general function to db for create constraint
......................................................................


Patch Set 3: (1 inline comment)

....................................................
File backend/manager/dbscripts/common_sp.sql
Line 123: )
Line 124: returns void
Line 125: AS $procedure$
Line 126: begin
Line 127:     if not exists (select constraint_name
+1 on Moti's comment
Line 128:                    from information_schema.constraint_column_usage
Line 129:                    where table_name = v_table  and constraint_name = 
v_constraint) then
Line 130:         execute v_constraint_sql;
Line 131:     end if;


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

Gerrit-MessageType: comment
Gerrit-Change-Id: Ie66ffcafce17634bbfcf9ea9233706cba46bde81
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Moti Asayag <masa...@redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to