Hi, I use a connection pool to manage connections. The JdbcDataSource' url contains the argument "AUTO_SERVER=TRUE". Everything works well within my application. But when I use another client (SQL Workbench/J) to connect to the database, it throws the error stating the database is inaccessible and to start with AUTO_SERVER=TRUE (which it's supposed to be). Is this a bug? Or is it something unavoidable when using a connection pool?
-- 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.
