-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Israel Lins Albuquerque wrote:
> I have to talk with someone to add this function on the sqlite? Or this will 
> be tested and added later? 

SQLite is a library used in your apps.  You can use the SQLite API to
add or change whatever functions you want.  There is also an extension
mechanism so that you can bundle up that sort of thing into a shared
library if that better suits you.

Additionally SQLite is public domain so you can change it in whatever
way you want and redistribute it in whatever way you want.  It is yours
to do with as you see fit.

If you want this as part of the standard distributed SQLite then the
barriers are high.  Anything that is added has to remain compatible, be
tested and maintained for the lifetime of SQLite 3.  Each addition makes
 SQLite less "lite".  Examples of things added are following the SQL
standard and items that benefit almost every user of the library.

It is now about 10 years since SQLite was first released.  Chances are
that strpos isn't of much use to most SQLite library users, otherwise it
would have been added before now.

See also the extension functions at the bottom of http://sqlite.org/contrib

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkunxJQACgkQmOOfHg372QQKfgCgy2CEH9Y5AiDmtVmsHjULF3sG
QZYAnjLkObLSYdJn1RbIsZMiTFsjmxlQ
=h03N
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to