Last modified: 2014-08-22 11:39:14 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T71888, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 69888 - <source lang="sql"> breaks with # in the query and output is not nicely formatted
<source lang="sql"> breaks with # in the query and output is not nicely forma...
Status: UNCONFIRMED
Product: MediaWiki
Classification: Unclassified
Parser (Other open bugs)
1.23.2
All Linux
: Lowest minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2014-08-22 07:20 UTC by Dick
Modified: 2014-08-22 11:39 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments
Output shown when using the above source-block (33.40 KB, image/jpeg)
2014-08-22 07:20 UTC, Dick
Details

Description Dick 2014-08-22 07:20:59 UTC
Created attachment 16264 [details]
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.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links