Commit 6b2623b
cqlengine/management.py: handle more options of views names
so far the code assumed view can be name like:
```python
possible_names = [name, f'values({name})']
```
we have now one more option, that need to be considered:
```python
f'keys({name})'
```1 parent 2af442b commit 6b2623b
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
0 commit comments