.hgignore
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 12 Nov 2009 12:15:19 +0100
branchstable
changeset 3826 0c0c051863cb
parent 3116 8bf500eb01d6
child 3990 14e14fef4460
permissions -rw-r--r--
close #511810: bad rql generated when looking for vocabulary for a relation on an entity which doesn't exist (yet) technical details: * add a graph of linked variables in the RRQLExpression instance * modify rql rewriter to remove relations where an unexistant variable and or a variable linked to an unexistant variable is used. * activate this feature in Entity.unrelated_rql if the entity doesn't exists yet

\.svn
^build$
^dist$
\.pyc$
\.pyo$
\.bak$
\.old$
\~$
\#.*?\#$
\.swp$