Hi, > Is there a way to prevent H2 from uppercasing table and column names as they > are created?
No. > Shouldn't the case > remain the same by default? As far as I know, the ANSI SQL standards says no. http://www.contrib.andrew.cmu.edu/~shadow/sql/sql1992.txt Page 86: 5.2 <token> and <separator> 10)The <identifier body> of a <regular identifier> is equivalent to an <identifier body> in which every letter that is a lower- case letter is replaced by the equivalent upper-case letter or letters. Regards, Thomas --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/h2-database?hl=en -~----------~----~----~----~------~----~------~--~---
