https://bugzilla.wikimedia.org/show_bug.cgi?id=69888
Bug ID: 69888
Summary: <source lang="sql"> breaks with # in the query and
output is not nicely formatted
Product: MediaWiki
Version: 1.23.2
Hardware: All
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Unprioritized
Component: General/Unknown
Assignee: [email protected]
Reporter: [email protected]
Web browser: ---
Mobile Platform: ---
Created attachment 16264
--> https://bugzilla.wikimedia.org/attachment.cgi?id=16264&action=edit
Output shown when using the above source-block
Have the following block:
<source lang="sql">
SQL> create restore point RP_28052014_1356 guarantee flashback database;
Restore point created.
SQL>
set linesize 200
col time format a32
col name format a30
col scn format 99999999999999
col storage_size format 99999999999999
SELECT NAME, SCN, TIME,
DATABASE_INCARNATION#,GUARANTEE_FLASHBACK_DATABASE,STORAGE_SIZE FROM
V$RESTORE_POINT;
NAME SCN TIME
DATABASE_INCARNATION# GUA STORAGE_SIZE
------------------------------ ---------- --------------------------------
--------------------- --- ------------
RP_28052014_1356 717168 20-06-12 09:17:21,000000000
1 YES 4294967296
</source>
This is formatted as can be shown in the attachment.
I also tried the syntaxhighlight_geshi-extension and this gives the same
result.
--
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l