Mark Spiegel <[EMAIL PROTECTED]> wrote:
> 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,

What do you need that none of mem[12345].c provide?

> but that looks pretty straight forward.
> 
> Two questions:
> 
> 1) Has the VFS interface changed from 3.5.1 to 3.5.7?

No.

> 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.)

Yes.


--
D. Richard Hipp <[EMAIL PROTECTED]>

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

Reply via email to