On Thu, Jun 20, 2013 at 11:10 PM, Tom Holden <[email protected]> wrote:

> I realise that my usage of SQLite on a database outside of the application
> that created it with a proprietary collation sequence that is unavailable
> to my SQLIte manager is uncommon but surely not unique.
>

Can you not compile your custom collation sequences into a loadable
extension (a DLL or shared library), then load that extension into your
SQLite shell?  http://www.sqlite.org/loadext.html

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

Reply via email to