Correct. I’m using basically SQLite’s Obj C APIs. the SQLite3 framework is built into X code which saves set up time at the beginning.
On Apr 2, 2014, at 12:58 PM, Eric Sink <[email protected]> wrote: > Does this mean all your interaction with SQLite is happening through Core > Data? > > E > On Apr 2, 2014 1:05 PM, "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. >>> >>> What programming language is your collation function written in ? >>> >>> How are you calling your SQLite functions ? Are you doing C calls to >> the C API, or are you calling a SQLite library or framework from another >> language ? >>> >>> Simon. >>> _______________________________________________ >>> sqlite-users mailing list >>> [email protected] >>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> >> _______________________________________________ >> sqlite-users mailing list >> [email protected] >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

