Apply some patches from upstream.
This commit is contained in:
parent
0cfea11bb4
commit
6247967ad2
7 changed files with 71 additions and 71 deletions
|
|
@ -35,7 +35,7 @@ int pysqlite_step(sqlite3_stmt* statement, pysqlite_Connection* connection);
|
|||
* 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, sqlite3_stmt* st);
|
||||
int _pysqlite_seterror(sqlite3* db);
|
||||
|
||||
sqlite_int64 _pysqlite_long_as_int64(PyObject * value);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue