I'm trying to use the console to connect to a PSQL database. However, the left sidebar (That normally shows the available tables) shows a red box with the text 'null'. Running any query, even 'HELP;' will show the same red box in the query result area (bottom right).
Nevertheless, if I start an in-memory embedded H2 database session and create a linked table to psql with the exact same JDBC connection string, username, and password as I try to fill in in the session screen, that does work. There is no output other than 'null' anywhere to be found, no logs, and no output to System.out to look at. Going from versions at: https://search.maven.org/search?q=g:com.h2database%20AND%20a:h2&core=gav 1.4.196 works fine. 1.4.197 has the above broken behaviour. Is this the right place to file bugs? -- 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.
