Connection assignment for CockroachDB added to PostgreSQL plugin
- CockroachDB supports the connection to different databases using a single database connection. As this is no standard PostgreSQL behavior the system has to ensure in case of CockroachDB connections that the right database is selected - there is a special proprietary "USE" command available
- The postgreSQL client driver has been updated (42.2.14 -> 42.2.18)