I'm looking to jump my code port forward from 3.5.1 to 3.5.7. 

Clearly I have some memory management work to do since 
SQLITE_OMIT_MEMORY_ALLOCATION support has been dropped.  None of the 
existing allocation implementations look acceptable so I'll have to roll 
my own, but that looks pretty straight forward.

Two questions:

1) Has the VFS interface changed from 3.5.1 to 3.5.7?
2) Is the SQLITE_MUTEX_APPDEF #define still supported in the same manner 
from 3.5.1 to 3.5.7?  (It appears that it is, but it never hurts to ask.)

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

Reply via email to