Hi, I'm writing a wrapper for sqlite3 for a different language (Haskell). I would like to support different versions of sqlite, i.e., user would be able to link against a slightly outdated version without having link problems due to a recently introduced function.
How can I check at which versions of sqlite3 functions were first introduced? That way, I could avoid linking them when available libraries are older. Thanks, Maurício _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users