commit | 72289a616c90949f7a2d3b2af12cd1044e64717d | [log] [tgz] |
---|---|---|
author | Anthony Baxter <anthonybaxter@gmail.com> | Tue Apr 04 06:29:05 2006 +0000 |
committer | Anthony Baxter <anthonybaxter@gmail.com> | Tue Apr 04 06:29:05 2006 +0000 |
tree | 278f2963d2f72baad0859e6b5e9056b9daddd446 | |
parent | a058836e969eba03142bc8f01418a28741f70dc3 [diff] [blame] |
Update to pysqlite 2.2.0
diff --git a/Modules/_sqlite/connection.h b/Modules/_sqlite/connection.h index ef03bc4..faae6e4 100644 --- a/Modules/_sqlite/connection.h +++ b/Modules/_sqlite/connection.h
@@ -69,6 +69,9 @@ * in connection_dealloc */ PyObject* function_pinboard; + /* a dictionary of registered collation name => collation callable mappings */ + PyObject* collations; + /* Exception objects */ PyObject* Warning; PyObject* Error;