REP-31681: Connecting to a different database may invalidate existing data model.
Cause: Only one connection to a database is valid at a time. If a connection is established to different database, the existing data model may not be valid afterward.
Action: To keep the existing data model valid, do not reconnect to a different database unless the queries are compatible with the new database connection.
Level: 1
Impact: Data