Why not remove the feature but create a seperate utility project that converts any version of SQLITE DB to the latest version.
i think it's better to let it in. why save a few bytes for removing such important functionality. by the way, same for md5, you should add support.
You need MD5. The nextone needs SHA1. Another one needs CRC16. Some folks may need a function to count hills in an given area.
Sqlite is a database library and isn't an universal calculator. A software package should do one thing and should it do well. A database should store and retrieve data and shouldn't calculate crypto stuff.
If you need a special function foo() use the extension api of sqlite.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]