Ken <[EMAIL PROTECTED]> wrote: > Any reason why the functions above could not be exposed as part of the > sqlite3 api suite? >
The usually reasons apply: To expose them as part of the sqlite3 api suite means that they would have to be supported, documented, and tested forever and it also means that we never be allowed to change their interface again in the future. -- D. Richard Hipp <[EMAIL PROTECTED]> _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

