On Oct 11, 12:16 am, Sergi Vladykin <[email protected]> wrote: > Hi, > This is normal. By default all names are case insensitive and in upper > case. You can use double quotes if you want to preserve case like > "columnName" or you can define system property h2.identifiersToUpper > to false.
How do you set the system property identifiersToUpper? I don't see it mentioned in the documentation, and I'm not clear on whether this is a per-database variable, or per installation. Do you set it in the h2 console, or do you do it programmatically? Thanks -- 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.
