Hello. I have a problem with reading logs of h2 trace.db file, I've got an jdbc exception and message with broken encoding.
To understand what's happening, I tried just to create new h2 db and execute some wrong select in h2 browser. 1. I started a process on port 8082 (from h2.bat) 2. I created db using localhost:8082 login form - Generic H2 org.h2.Driver jdbc:h2:./test 3. I executed some wrong sql in h2 browser SELECT * FROM INFORMATION_SCHEMA.CONSTANTS INFORMATION_SCHEMA.COLUMNS I've got an exception message Синтак�иче�ка� ошибка в выражении SQL "SELECT * FROM INFORMATION_SCHEMA.CONSTANTS INFORMATION_SCHEMA.[*]COLUMNS" <http://10.0.0.135:8082/query.do?jsessionid=33409a51fe30b06a029ece71940c8be3#> I checked that my browser displays page in UTF-8 I checked that rendering page contains <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> I made no change in source code, just create h2 db using h2 tools and tried to get an exception message. How can I get a readable message? What is wrong? -- 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 https://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
