-
Bug
-
Resolution: Fixed
-
Medium
-
3.0
-
None
This bug is reported against the appropriate plugin at http://developer.atlassian.com/jira/browse/SQL-58, but since it is caused by a change in Confluence we should keep it open here until we're sure that we aren't going to revert the Confluence change to solve it.
Use wiki markup such as:
{sql:dataSource=CustomerDB} SELECT region_name || ' ' || store_name FROM Geography WHERE store_name = 'Boston'; {sql} {sql} count(*), x != 2 {sql}
After switching to RTE andback this becomes:
{sql:dataSource=CustomerDB} SELECT region_name \|\| ' ' \|\| store_name FROM Geography WHERE store_name = 'Boston'; {sql} {sql} count(*y) , x \!= 2 {sql}
Which is no longer a valid query.
This did not happen in 2.10.
- is blocked by
-
CONFSERVER-12149 Third-party macros should be able to specify whether macro body should be displayed in Rich Text editor
- Closed
- is duplicated by
-
CONFSERVER-15960 RTE insterting extra symbol in {sql} query
- Closed
-
CONFSERVER-17397 RTE Mangles Wiki Markup
- Closed
- is incorporated by
-
CONFSERVER-16169 Macros that contain non-wiki-markup bodies are broken by rich text editor
- Closed