Figured this out.
SQLITE_INTROSPECTION_PRAGMAS needs to be a Preprocessor definition in MSVS.
Not sure why all the pragma's are duplicated. Is this a bug?

RBS


On Wed, Aug 23, 2017 at 6:17 PM, Bart Smissaert <bart.smissa...@gmail.com>
wrote:

> Using the latest 3.20.0 and trying to get this pragma to work.
> I am compiling in MSVS 12 and added this to the compile options:
>
> -DSQLITE_INTROSPECTION_PRAGMAS=1
>
> It compiles fine, but I get no output and I expected a list of pragma's.
>
> pragma database_list works fine and gives me the expected output.
>
> Any idea what I might be doing wrong?
>
>
> RBS
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to