On 26 Aug 2013, at 4:44pm, Jan Slodicka <j...@resco.net> wrote: > int rc = sqlite3_create_collation(db, "NOCASE", SQLITE_UTF8, 0, > sqlite3_collate);
As a risk, I see overriding an existing collation name as risky. If any application makes changes to the database without the extension loaded, you're going to get corrupt indexes. Can you instead make up a new collation name ? Simon. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users