[sqlite-dev] SQLite packaging, again

Roger Binns rogerb at rogerbinns.com
Wed Dec 14 17:13:56 GMT 2011


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Why are you posting to sqlite-dev?  I don't see any relevancy.

SQLite does not have collations builtin.  There is an API where you can
register whatever collations you want:

  http://www.sqlite.org/c3ref/create_collation.html

There is another API where you can find out about collations on demand:

  http://www.sqlite.org/c3ref/collation_needed.html

There is another API where you can be called on every database connection
being created:

  http://www.sqlite.org/c3ref/auto_extension.html

Between these 3 APIs every existing user of SQLite has been able to do
what they want.  The ICU extension shipped with SQLite can be compiled
separately and hooks into the APIs above.

Roger
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk7o2VQACgkQmOOfHg372QT9UgCgnONcyTzFJ4RGOLdmyVu8+Ed1
/+UAoOOIRWMIh321toIGpZhzsrX81F0A
=Wv9Y
-----END PGP SIGNATURE-----



More information about the calligra-devel mailing list