
noreply at edgewall
Sep 27, 2006, 12:04 PM
Post #1 of 3
(1040 views)
Permalink
|
|
[The Trac Project] #3800: SQL syntax coloring does not work
|
|
#3800: SQL syntax coloring does not work --------------------------------+------------------------------------------- Reporter: awbacker [at] gmail | Owner: jonas Type: defect | Status: new Priority: low | Milestone: Component: general | Version: 0.10b1 Severity: minor | Keywords: --------------------------------+------------------------------------------- The sql syntax hiliting does not work when using SilverCity. The other languages I tested (a listed in the TracSyntaxColoring guide) did work ok. I haved both sql and text/x-sql, neither crashes, but both produce no results. My test case is : {{{ {{{ #!sql [or] #!text/x-sql SELECT * from dbo.TableName T WHERE [field] = 'Value' AND T.other = 7 }}} }}} Is this a trac issue, or a SilverCity? I couldn't trace the code well, so I couldn't tell. Windows XP SP2/Apache 2.0.54/python 2.4/mod_python/SilverCity 0.96-py2.4 -- Ticket URL: <http://trac.edgewall.org/ticket/3800> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|