equal
deleted
inserted
replaced
2070 [{'AA': 'String', 'AB': 'Datetime', 'X': 'State'}])], |
2070 [{'AA': 'String', 'AB': 'Datetime', 'X': 'State'}])], |
2071 None, None, [self.cards], {}, [] |
2071 None, None, [self.cards], {}, [] |
2072 )], |
2072 )], |
2073 {'x': 999999}) |
2073 {'x': 999999}) |
2074 |
2074 |
|
2075 def test_nonregr_eid_query(self): |
|
2076 self.repo._type_source_cache[999999] = ('Note', 'cards', 999999) |
|
2077 self._test('Any X WHERE X eid 999999', |
|
2078 [('OneFetchStep', [('Any 999999', [{}])], |
|
2079 None, None, [self.system], {}, [] |
|
2080 )], |
|
2081 {'x': 999999}) |
|
2082 |
2075 |
2083 |
2076 |
2084 |
2077 class FakeVCSSource(AbstractSource): |
2085 class FakeVCSSource(AbstractSource): |
2078 uri = 'ccc' |
2086 uri = 'ccc' |
2079 support_entities = {'Card': True, 'Note': True} |
2087 support_entities = {'Card': True, 'Note': True} |