Re: [sqlite] Custom Collation comparing only firt character?

2011-08-26 Thread Roberto Colnaghi
Thank you for your detailed reply. Though I cannot use DLLs since it is an iPhone iOS (MacOSX) operational system.I was hoping for a collation callback that is called for all characters, not only the first. For my subset of data, it fits just perfect. All comparing fields are UTF8 VARCHAR. Shou

[sqlite] Custom Collation comparing only firt character?

2011-08-25 Thread Roberto Colnaghi
Hi, I'm using iOS SQLite with a custom collation. I've registered it: sqlite3_create_collation(sqlDatabase, "anyCIAI", SQLITE_UTF16, nil, collatio