kopia lustrzana https://github.com/micropython/micropython-lib
![]() The sqlite3_prepare and sqlite3_close have been changed to use the v2 version. For the prepare this was done as the v1 version is "legacy", and for close the documentation describes the v2 version to be used for "host languages that are garbage collected, and where the order in which destructors are called is arbitrary", which fits here. Some clean-up to comments has also be done, and the tests now also close the Cursor and Connections. Signed-off-by: Robert Klink <rhermanklink@ripe.net> |
||
---|---|---|
.. | ||
manifest.py | ||
sqlite3.py | ||
test_sqlite3.py | ||
test_sqlite3_2.py |