Skip to content

SQL Editor autocomplete pulling names from wrong database #176

Open
@rwhirn

Description

@rwhirn
  1. Which driver are you using and version of it (Ex: PostgreSQL 10.0):
    MariaDB 10.0.20

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81):
    114

  3. The steps to reproduce this issue:
    Open 2 databases
    In 2nd database open SQL Editor
    As you type, autocomplete brings up names from 1st database instead of second.
    You can see below that even tho "CustomerOrder" is an open tab above the editor, that table does not appear in autocomplete. In fact all tables in the autocomplete are from a different database than the one I am in.
    image

This could be a "feature", allowing you to autocomplete from any open database, but I would think maybe it should default to suggesting from the current database first?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions