Re: [sqlite] SQLITE_OPEN_MAIN_JOURNAL question

2013-03-17 Thread Jay A. Kreibich
On Sun, Mar 17, 2013 at 11:21:54PM +0800, Neo Anderson scratched on the wall: > I'm trying to implement a VFS with encryption. I cannot find any detailed > documentation about some flags listed on http://www.sqlite.org/c3ref/vfs.html > > For example: > > SQLITE_OPEN_MAIN_JOURNAL >

[sqlite] SQLITE_OPEN_MAIN_JOURNAL question

2013-03-17 Thread Neo Anderson
I'm trying to implement a VFS with encryption. I cannot find any detailed documentation about some flags listed on http://www.sqlite.org/c3ref/vfs.html.  For example: SQLITE_OPEN_MAIN_JOURNAL SQLITE_OPEN_MASTER_JOURNAL SQLITE_OPEN_SUBJOURNAL There is a minimal mention of these flags in source