Hi, I'm quite confused as to how to make use of the added F_FULLSYNC feature added in v3.1.4 as stated below.
â The F_FULLSYNC ioctl (currently only supported on OS-X) is disabled if the synchronous pragma is set to something other than "full". Is this a compile time PRAGMA, or do I need to set this pragma manually each time I open a database? I would like to disable the F_FULLSYNC, but I can't figure out how. (Preferably I would like it to be disabled for all created databases so each time I access the database it is disabled) Thanks, Eric