I've generated and compiled the SQLite sources
with the option SQLITE_OMIT_PAGER_PRAGMAS.

If I call sqlite_prepare() and sqlite3_step()
on the SQL statement "PRAGMA cache_size = 100;",
I get return codes of SQLITE_OK and SQLITE_DONE,
respectively, but the cache_size doesn't seem to
change.

Is this the correct behavior?  If so, fine --
it's just that I would have expected sqlite3_
prepare() to return an error code.

- Richard Klein
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to