-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hello, I just try the new version of uSqlite for micropython 1.196 ... No problems with the ports "unix" but it fails with the port "ESP32" ...
/sauvExt/esp32-1.19-4.4/modules/usqlite/sqlite3.c: In function 'sqlite3RunParser':
/sauvExt/esp32-1.19-4.4/modules/usqlite/sqlite3.c:171920:61: error: 'startedWithOom' undeclared (first use in this function); did you mean 'searchWith'?
assert( db->mallocFailed==0 || pParse->rc!=SQLITE_OK || startedWithOom );
It's seems to be a problem of NDEBUG et SQLITE_DEBUG but i'm not able to correct it ...
Thanks for your work
Thomas
Metadata
Metadata
Assignees
Labels
No labels