by llcj » Tue Mar 06, 2007 5:00 pm
Hi all,
I installed mediamonkey 3.0 alpha 2 and I'm querying the new database with a simple query using SQLite2007 Pro. I renamed the mediamonkey database to mm.db3 and opened it. Then I ran a query "select * from artists order by id". This runs as expected... However, if I try to run "select * from artists order by artist", the query errors out with: "no such collation sequence: IUNICODE". Is this a limitation with my query program or a bug affecting mediamonkey... or do I need to change my query in some way??? I have many mp3 songs and artists that use foreign characters. I've been able to run queries under mediamonkey 2.5 easily but I'm new to this sqlite engine.
Hi all,
I installed mediamonkey 3.0 alpha 2 and I'm querying the new database with a simple query using SQLite2007 Pro. I renamed the mediamonkey database to mm.db3 and opened it. Then I ran a query "select * from artists order by id". This runs as expected... However, if I try to run "select * from artists order by artist", the query errors out with: "no such collation sequence: IUNICODE". Is this a limitation with my query program or a bug affecting mediamonkey... or do I need to change my query in some way??? I have many mp3 songs and artists that use foreign characters. I've been able to run queries under mediamonkey 2.5 easily but I'm new to this sqlite engine.