diff options
| author | Gerhard Häring <gh@ghaering.de> | 2008-02-29 22:08:41 (GMT) |
|---|---|---|
| committer | Gerhard Häring <gh@ghaering.de> | 2008-02-29 22:08:41 (GMT) |
| commit | 1cc60ed214d83b1901a9e68782559c18f705ff07 (patch) | |
| tree | 31d9638597c104accd2d2149095b16b9e8c22325 /Modules/_sqlite/module.h | |
| parent | 0e795e7d9225837bc6949a951ba514feab18f9ef (diff) | |
| download | cpython-1cc60ed214d83b1901a9e68782559c18f705ff07.zip cpython-1cc60ed214d83b1901a9e68782559c18f705ff07.tar.gz cpython-1cc60ed214d83b1901a9e68782559c18f705ff07.tar.bz2 | |
Updated to pysqlite 2.4.1. Documentation additions will come later.
Diffstat (limited to 'Modules/_sqlite/module.h')
| -rw-r--r-- | Modules/_sqlite/module.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Modules/_sqlite/module.h b/Modules/_sqlite/module.h index ada6b4c..b14be2a 100644 --- a/Modules/_sqlite/module.h +++ b/Modules/_sqlite/module.h @@ -1,6 +1,6 @@ /* module.h - definitions for the module * - * Copyright (C) 2004-2006 Gerhard Häring <gh@ghaering.de> + * Copyright (C) 2004-2007 Gerhard Häring <gh@ghaering.de> * * This file is part of pysqlite. * @@ -25,7 +25,7 @@ #define PYSQLITE_MODULE_H #include "Python.h" -#define PYSQLITE_VERSION "2.3.3" +#define PYSQLITE_VERSION "2.4.1" extern PyObject* pysqlite_Error; extern PyObject* pysqlite_Warning; @@ -51,6 +51,7 @@ extern PyObject* time_sleep; extern PyObject* converters; extern int _enable_callback_tracebacks; +extern int pysqlite_BaseTypeAdapted; #define PARSE_DECLTYPES 1 #define PARSE_COLNAMES 2 |
