Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table formatting caughs when encountering an ' or " #87

Open
mmoser18 opened this issue Aug 18, 2023 · 0 comments
Open

Table formatting caughs when encountering an ' or " #87

mmoser18 opened this issue Aug 18, 2023 · 0 comments

Comments

@mmoser18
Copy link

mmoser18 commented Aug 18, 2023

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   |                                        |       |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant