rqlrewrite.py
branchstable
changeset 9013 b4bcabf55e77
parent 8748 f5027f8d2478
child 9167 c05652b108ce
--- a/rqlrewrite.py	Fri Jun 14 16:13:24 2013 +0200
+++ b/rqlrewrite.py	Fri Jun 14 16:26:25 2013 +0200
@@ -30,7 +30,7 @@
 from logilab.common import tempattr
 from logilab.common.graph import has_path
 
-from cubicweb import Unauthorized, typed_eid
+from cubicweb import Unauthorized
 
 
 def add_types_restriction(schema, rqlst, newroot=None, solutions=None):
@@ -220,7 +220,7 @@
             vi = {}
             self.varinfos.append(vi)
             try:
-                vi['const'] = typed_eid(selectvar)
+                vi['const'] = int(selectvar)
                 vi['rhs_rels'] = vi['lhs_rels'] = {}
             except ValueError:
                 try: