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

On 29/02/12 12:23, Carl Desautels wrote:
> I would like to be able to run one statement that sets the locale for
> upper() and lower()

If you register a function with the same name and number of arguments as a
builtin one, then yours will take priority.  You can simply register your
own lower/upper with one argument that looks wherever you want to know
what locale to use.  It will not affect the one registered by ICU for two
arguments.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk9Os04ACgkQmOOfHg372QREcwCgigKHsMfew3d54rfV7hTg5iI+
JXoAoLfDRHglplt/JNxt8JzY57PDTUkb
=8+Au
-----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