bin/cubicweb-ctl
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 04 Aug 2011 12:50:48 +0200
branchstable
changeset 7734 59fea81647e5
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[rql2sql] closes #1892473: enhance handling of optional inlined relation * some outer join aren't supported while they could * consider newly available 'optcomparisons' st information on variables (rql 0.30)

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