bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 07 Mar 2011 17:17:07 +0100
branchstable
changeset 7042 8bcf33c493f8
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[sql generation] fix exists table scope pb: when iterating other solutions inner to an EXISTS subquery, we should reset variables which have this exists node as scope

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])