Commit 286a9a0
committed
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]>1 parent f5b67b2 commit 286a9a0
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
0 commit comments