mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-92206: Move pysqlite_step() to Modules/_sqlite/cursor.c (#92207)
This commit is contained in:
parent
39e6b8ae6a
commit
e846fe3fc1
3 changed files with 14 additions and 16 deletions
|
@ -29,8 +29,6 @@
|
|||
#include "sqlite3.h"
|
||||
#include "connection.h"
|
||||
|
||||
int pysqlite_step(sqlite3_stmt *statement);
|
||||
|
||||
/**
|
||||
* Checks the SQLite error code and sets the appropriate DB-API exception.
|
||||
* Returns the error code (0 means no error occurred).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue