equal
deleted
inserted
replaced
664 'Any X WHERE X eid 123'!) |
664 'Any X WHERE X eid 123'!) |
665 """ |
665 """ |
666 if server.DEBUG & (server.DBG_RQL | server.DBG_SQL): |
666 if server.DEBUG & (server.DBG_RQL | server.DBG_SQL): |
667 if server.DEBUG & (server.DBG_MORE | server.DBG_SQL): |
667 if server.DEBUG & (server.DBG_MORE | server.DBG_SQL): |
668 print '*'*80 |
668 print '*'*80 |
669 print 'querier input', rql, args |
669 print 'querier input', repr(rql), repr(args) |
670 # parse the query and binds variables |
670 # parse the query and binds variables |
671 cachekey = rql |
671 cachekey = rql |
672 try: |
672 try: |
673 if args: |
673 if args: |
674 # search for named args in query which are eids (hence |
674 # search for named args in query which are eids (hence |