On 2 Apr 2014, at 7:04pm, Donald Steele <[email protected]> wrote:

> I am working in iOS (aka ObjC) so I am using it’s built in framework for all 
> my SQLite calls.
> 
> On Apr 2, 2014, at 10:58 AM, Simon Slavin <[email protected]> wrote:
> 
>> On 2 Apr 2014, at 6:56pm, Donald Steele <[email protected]> wrote:
>> 
>>> Registering of the custom collation is far from intuitive (for me) and thus 
>>> the reason for my question.

If you're using calls like sqlite3_open() and sqlite3_close() then you should 
have no difficulty using the standard registration call for your collation:

<https://www.sqlite.org/c3ref/create_collation.html>

Simon.

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to