[h2] Re: Bug alias for column in query

2019-04-16 Thread Aleksey Konstantinov
Checked with ALIAS_COLUMN_NAME option, really works. It is not clear why everything worked by default until 1.97 and now the behavior has changed. вторник, 16 апреля 2019 г., 17:34:31 UTC+3 пользователь Aleksey Konstantinov написал: > > Hi Evgenij. > > This query is executed on the SQuirreL SQL

[h2] Re: Bug alias for column in query

2019-04-04 Thread Evgenij Ryazanov
Hello. How exactly do you read names of aliases? I cannot reproduce this issue in 1.4.197 and in other versions. try (Connection c = DriverManager.getConnection("jdbc:h2:mem:1")) { Statement s = c.createStatement(); s.execute("CREATE TABLE test (ID int);");