Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:pysqlite_connection_commit

449 PyObject* pysqlite_connection_commit(pysqlite_Connection* self, PyObject* args)

1137 res = pysqlite_connection_commit(self, NULL);
1564 {"commit", (PyCFunction)pysqlite_connection_commit, METH_NOARGS,