Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unix-ffi/sqlite3: Add Connections.commit() function for compatibility.
To provide further compatibility between running cpython sqlite3 code and micropython sqlite3 code the commit function is added. This function does nothing, as per PEP 249, as micropythons usage of sqlite3 here always uses autocommit mode. Signed-off-by: Robert Klink <[email protected]>
- Loading branch information