cubicweb/__main__.py
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 22 Sep 2016 16:21:51 +0200
changeset 11733 1913a3e8816a
parent 11099 5fdbf6f2db88
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[rql2sql] Handle comparison of eid on variables from an subquery We don't want to force using 'identity' in this case which may be easily handled by detecting variable is a `ColumnAlias` and relation is 'eid'. Closes #15393583

from cubicweb.cwctl import run
import sys

run(sys.argv[1:])