Searched refs:PYSQLITE_TOO_MUCH_SQL (Results 1 – 3 of 3) sorted by relevance
31 #define PYSQLITE_TOO_MUCH_SQL (-100) macro
95 rc = PYSQLITE_TOO_MUCH_SQL; in pysqlite_statement_create()
1206 if (rc == PYSQLITE_TOO_MUCH_SQL) { in pysqlite_connection_call()