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
I'm not sure if this is actually a BUG or rather a missing feature, but exporting SQL in postreSQL format works, while importing is not working, adding a "ON" comment to the table and no comments to the columns.
To Reproduce
Steps to reproduce the behavior:
Create a new ER DIagram
Add a new Table, add some comments to both table name and columns
Select Database -> PostgreSQL
Export in SQL Format
Delete the table
Import the SQL file
Get a static "ON" comment to the table name and no comments to the columns:
Expected behavior
Exported comments present in the sql file are imported in the schema.
Browser (please complete the following information):
OS: macOS
Browser firefox
Version 126.0
VSCode (please complete the following information):
OS: macOS
VSCode version: 1.89.1
Extension Version: v1.0.20
Additional context
MariaDB format seems to work for the same table
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm not sure if this is actually a BUG or rather a missing feature, but exporting SQL in postreSQL format works, while importing is not working, adding a "ON" comment to the table and no comments to the columns.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Exported comments present in the sql file are imported in the schema.
Browser (please complete the following information):
VSCode (please complete the following information):
Additional context
MariaDB format seems to work for the same table
The text was updated successfully, but these errors were encountered: