summaryrefslogtreecommitdiff
path: root/lib/extras.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/extras.py')
-rw-r--r--lib/extras.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/extras.py b/lib/extras.py
index 7be08a6..3e264a0 100644
--- a/lib/extras.py
+++ b/lib/extras.py
@@ -76,6 +76,9 @@ class DictRow(list):
res.append((n, list.__getitem__(self, v)))
return res
+ def keys(self):
+ return self._cursor.index.keys()
+
class SQL_IN(object):