On Apr 22, 2008, at 8:37 PM, Richard Klein wrote:
> 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,
>
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 thi
2 matches
Mail list logo