Using SQLite 3.12.2 on Windows 10.
Compiled from the amalgation to a 64 bit dll with these compile options:

ENABLE_COLUMN_METADATA=1
SYSTEM_MALLOC=1
THREADSAFE=0
ENABLE_EXPLAIN_COMMENTS=1

When I run sqlite3_compileoption_used the first 3 compile options show
indeed fine as they
should, but ENABLE_EXPLAIN_COMMENTS always shows as 0 (zero).
EXPLAIN_COMMENTS is enabled as I can see from the EXPLAIN output:

comment
Start at 14
root=44974 iDb=0; UDFs
etc.

Any idea what I might be doing wrong here?

RBS

Reply via email to