sql/pgwire: unit tests should check db name qualification #4612
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Milestone
Found while investigating #4550.
Currently all Go acceptance tests connect without a db name (so no default db in session) and qualify the db name in all test queries.
There should be some tests in here that connect with a test database pre-populated in the session and then check that queries with unqualified table names succeed.
The text was updated successfully, but these errors were encountered: