You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When changing the name of a column in MySQL or Postgres, the data from that column gets cleared.
To Reproduce
Steps to reproduce the behavior:
Go to the Data tab
Create a new MySQL or Postgres data connection
Click on a table inside the created data connection
Enter some data (if not already present)
Change the name of one the columns (which contain data)
Notice: the data from the renamed column disappears
Refresh the page to retrieve the data again
Notice: the data is still gone.
Expected behavior
The column should be renamed without changing the content of the column
Screenshots
change.column.name.mysql.mov
Desktop (please complete the following information):
OS: MacOS 12.2.1
Browser: Vivaldi
Version: develop
Additional context
If this is somehow expected behavior, we should add a warning dialog saying that renaming a column will delete all data from that column.
The text was updated successfully, but these errors were encountered:
Describe the bug
When changing the name of a column in MySQL or Postgres, the data from that column gets cleared.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The column should be renamed without changing the content of the column
Screenshots
change.column.name.mysql.mov
Desktop (please complete the following information):
Additional context
If this is somehow expected behavior, we should add a warning dialog saying that renaming a column will delete all data from that column.
The text was updated successfully, but these errors were encountered: