Hi!

As the SQLite maintainers decline to add Unicode collating sequences
to the engine (http://www.sqlite.org/cvstrac/tktview?tn=1470), would
you think it's possible to implement them in the JDBC driver for use
with both native and nested engine?
As I can understand the urge to keep the engines codebase small, I
really wonder why this suggestion had been refused, as correct I18n
support is needed at last for basic tasks like sorting, and IMHO
should be available from the start, while implementing UTF-8 and -16
collating sequences with and w/o case sensitivity seems to be a task
lucid enough. I've already come across this issue when using QtSql,
and I wonder if it's really necessary for every provider of higher
level DB drivers to implement their own collating sequences (which
most probably results in different naming schemas and thus doesn't add
to a uniform SQL usage...).

Martin


--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to