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 code, but no detailed 
explanation what should implementation take care of them.

Where can I find detailed documentation about these flags?                      
                  
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to