summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2017-06-22 14:54:19 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2017-06-22 14:54:19 +0200
commitdf0fd496fbc7dfcf468f72881e81ef6424fe39fd (patch)
tree24fb915bb70e01ddf7146eb83f5910538e80c1df /src/connection.h
parentf12586c0fa5c8a877b4a6538d9ebb0c0a1a33745 (diff)
parentf472f1a6382abc698f74a1afbb07b2274b3a3d45 (diff)
merge master
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/connection.h b/src/connection.h
index 3fc5a70..a110ea2 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -70,9 +70,10 @@ typedef struct
pysqlite_Cache* statement_cache;
- /* Lists of weak references to statements and cursors used within this connection */
+ /* Lists of weak references to statements, blobs and cursors used within this connection */
PyObject* statements;
PyObject* cursors;
+ PyObject* blobs;
/* Counters for how many statements/cursors were created in the connection. May be
* reset to 0 at certain intervals */