Searched refs:pysqlite_connection_commit (Results 1 – 3 of 3) sorted by relevance
127 PyObject* pysqlite_connection_commit(pysqlite_Connection* self, PyObject* args);
449 PyObject* pysqlite_connection_commit(pysqlite_Connection* self, PyObject* args) in pysqlite_connection_commit() function1137 res = pysqlite_connection_commit(self, NULL); in pysqlite_connection_set_isolation_level()1564 {"commit", (PyCFunction)pysqlite_connection_commit, METH_NOARGS,
617 result = pysqlite_connection_commit(self->connection, NULL); in _pysqlite_query_execute()824 result = pysqlite_connection_commit(self->connection, NULL); in pysqlite_cursor_executescript()