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

