Hi,
I am trying to adopt the code to my custom hardware.
As I can see the version 3.42.0 is used.
Initialization uses
if(SQLITE3_AZURE_CONFIG_SCRATCH)
sqlite3_config(SQLITE_CONFIG_SCRATCH, SQLITE3_AZURE_CONFIG_SCRATCH, SQLITE3_AZURE_CONFIG_SCRATCH_SIZE);
Version 3.42.0 doesn't do anything with SQLITE_CONFIG_SCRATCH.
Are you sure it make sence?
Thanks in advance.