-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Description
Downloaded and installed the newest version from eclipse marketplace today.
When trying to reformat a table where one of the cells contains words in single or double quotes (e.g a line from one of our DB table descriptions - see example below the table reformatting will garble the line (pulling multiple lines into one) etc.
Already during editing there is an error is shown, but the error message is hard to interpret...
Full example:
# table trust relation:
|Column|Type|Constraints|Remarks|
|:-----|:---|:----------|:------|
|tr_entity_id |binary(16) |foreign key | |
|name_of_idp_technical|varchar(256)|not null | |
|trust_relation_status|varchar(40) |'Active', 'Revoked', 'Expired', not null| |
|valid_from |timestamp |not null | |
|expires_at |timestamp |not null | |
|created_timestamp |timestamp |not null | |
|updated_timestamp |timestamp | | |
Metadata
Metadata
Assignees
Labels
No labels