MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / pysqlite_check_remaining_sql

Function pysqlite_check_remaining_sql

Modules/_sqlite/statement.c:438–498  ·  view source on GitHub ↗

* Checks if there is anything left in an SQL string after SQLite compiled it. * This is used to check if somebody tried to execute more than one SQL command * with one execute()/executemany() command, which the DB-API and we don't * allow. * * Returns 1 if there is more left than should be. 0 if ok. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected