commit | 1cc60ed214d83b1901a9e68782559c18f705ff07 | [log] [tgz] |
---|---|---|
author | Gerhard Häring <gh@ghaering.de> | Fri Feb 29 22:08:41 2008 +0000 |
committer | Gerhard Häring <gh@ghaering.de> | Fri Feb 29 22:08:41 2008 +0000 |
tree | 31d9638597c104accd2d2149095b16b9e8c22325 | |
parent | 0e795e7d9225837bc6949a951ba514feab18f9ef [diff] [blame] |
Updated to pysqlite 2.4.1. Documentation additions will come later.
diff --git a/Modules/_sqlite/util.h b/Modules/_sqlite/util.h index 969c5e5..6c34329 100644 --- a/Modules/_sqlite/util.h +++ b/Modules/_sqlite/util.h
@@ -34,5 +34,5 @@ * Checks the SQLite error code and sets the appropriate DB-API exception. * Returns the error code (0 means no error occurred). */ -int _pysqlite_seterror(sqlite3* db); +int _pysqlite_seterror(sqlite3* db, sqlite3_stmt* st); #endif