-
Bug
-
Resolution: Fixed
-
High
-
6
-
Severity 3 - Minor
-
Summary
Code block text formatting is not showing correctly when using sql as a prefix is added to all quoted values
{code:sql}
This affects copying the SQL code to reuse as it is not incorrect.
Environment
- Version 1000.769.1
Steps to Reproduce
Using wiki markup in comments/description field, add
{code:sql}select * from table where column='value'{code}
Expected Results
Text formatting shows as
select * from table where column='value'
Actual Results
select * from table where column=quote">"value"
Notes:
All new and existing comments with values inside quotes and sql code formatting now have the prefix
quote">
Workaround
Edit the comment and rename {code:sql} to {code}
- duplicates
-
JSWCLOUD-15895 Using {code:sql} this is adding quote"> before the first single quote of each line.
- Closed
-
JRACLOUD-65089 SQL format adds quote">
- Closed