I use H2 in a JAVA-Application whicht allows the user to change the language at runtime.
So the sort order (collator) should also changed at runtime. However, that is not possible currently. A way around could be to create order colums. However, updating these columns for every data change is expansive. Furthermore itt cannot be done using a trigger. So my question ist: can I create a SQL-Statement like: select * from a where ... order by (*user function*); -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
