TablePlus-Windows icon indicating copy to clipboard operation
TablePlus-Windows copied to clipboard

Updated ENUM field values do not appear in data view ENUM-type column dropdown

Open xcy7e opened this issue 4 years ago • 0 comments

Please answer the questions below, it helps us to track the issue.

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

  2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): Version 4.8.0 (182) - x64

  3. The steps to reproduce this issue:

  • Open TablePlus
  • Open a database with a table having an ENUM-type column
  • Add a new field value for ENUM-type column (externaly, e.g. by symfony migration)
  • Press Ctrl+R in Structure-View -> New value appears! (good job!)
  • Press Ctrl+R in Data-View
  • New Value does not appear in the columns dropdown of any row
  1. Sidenotes
  • I also tested chaning the enum value internally and commited the new structure -> same bug!
  • After renaming the table (externally) and refreshing it, the new enum values do appear in the dropdown!

xcy7e avatar Nov 18 '21 08:11 xcy7e