TablePlus / TablePlus-Windows

TablePlus Windows issue tracker
https://tableplus.com
179 stars 3 forks source link

SQL Editor autocomplete pulling names from wrong database #176

Open rwhirn opened 4 years ago

rwhirn commented 4 years ago
  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?

huyphams commented 4 years ago

It's fixed https://www.dropbox.com/s/eqztxlh2bai0lyd/TablePlusUpdate.exe?dl=0 sorry about the issue @rwhirn