diff options
Diffstat (limited to 'Modules/_sqlite/cursor.h')
| -rw-r--r-- | Modules/_sqlite/cursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_sqlite/cursor.h b/Modules/_sqlite/cursor.h index 82f5972..cf5389c 100644 --- a/Modules/_sqlite/cursor.h +++ b/Modules/_sqlite/cursor.h @@ -42,6 +42,7 @@ typedef struct pysqlite_Statement* statement; int closed; int reset; + int locked; int initialized; /* the next row to be returned, NULL if no next row available */ |
