Hi, It would be nice if there is a way to set the collation in the database URL. Unfortunately, this is not allowed right now. Well, it is allowed, but only as long as there are no tables; that's not useful.
Basically, setting the collation to the *current* value should be allowed. Regards, Thomas On Tue, Aug 6, 2013 at 10:27 AM, Noel Grandin <[email protected]> wrote: > that's a question you'll have to ask on a Hibernate mailing list. > > On 2013-08-06 10:03, erwann pizeine wrote: > > thanks > > my problem then is to set the collation in my persistence.xml ? > do you have an idea about how to do that ? > > > > > 2013/8/5 Noel Grandin <[email protected]> > >> You cannot change collation once you have created tables, because >> collation is effectively part of how the internal table storage is >> allocated. >> >> On 2013-08-05 15:08, erwann pizeine wrote: >> >>> >>> i could not change my collation, even if the tables are empty ... i'm a >>> bit confused here, >>> >>> >> > > -- > 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/groups/opt_out. > > > -- 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/groups/opt_out.
