Skip to content

Table formatting caughs when encountering an ' or " #87

Description

@mmoser18

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   |                                        |       |

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions