On Mar 29, 2010, at 4:55 PM, Rickard Utgren wrote:

> I've managed to break a database, and I think it's related to defining
> new text collating sequences in Tcl. If I run "VACUUM" on it, it works
> fine again. I was told that this would likely be a bug in SQLite.

This database was created with a different version of the collation
sequence than found in the script. I think the -nocase switch was
probably passed to [string compare].

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to