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.
On 11 окт, 11:02, puzzler <[email protected]> wrote: > I'm playing around with H2 for the first time, using jdbc. > I created a table where the column titles are mixed case, but they are > showing up in the H2 table viewer as all caps. Is this normal? > > 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.
