Simon, No, I did not mean that all the v1 function folks should upgrade to v2, but that there be a macro for those that are not and don't want to use v1 functions. If the macro isn't defined, then all is as it is now.
I could do it myself, but every time I updated source I would have to update the header file. Also I think others might benefit from such an option. Just a thought;) Is this something I could do and submit back to the project? Sam On Mon, May 17, 2010 at 10:12 PM, Simon Slavin <[email protected]> wrote: > > On 18 May 2010, at 3:06am, Sam Carleton wrote: > > > I just looked through the header file and it looks like there is no macro > to > > focus the use of the newer _v2 functions. What is the reasoning behind > > that? Personally I would love to set a macro which would simply > eliminate > > the older functions so that I don't use them inadvertently. > > Make your own .h file which omits them. > > The _v2 functions are not simply 'better' versions of the v1 functions. > Sometimes they have important differences and people who call the v1 > functions can't simply replace all references without having > to worry about changing other parts of their code. > > Simon. > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

