Tagged Questions
13
votes
1answer
78 views
Please adjust syntax highlighting on SEDE to the SQL that is actually in use
The highlighting on SEDE is a bit off occasionally. I've noticed that it highlights Length and Concat as function names, but the backend doesn't support those (it has Len and + instead).
Can the ...
2
votes
1answer
88 views
Add extra commands to the syntax highlighting e.g. DATEPART, month, CASE
I was playing with the Data Explorer, and was doing a simple query to see how many posts appeared by month. This was my query:
select datepart(year, p.creationdate) as year,
datepart(month, ...
3
votes
1answer
126 views
SEDE Sql Highlighter is borked for aliases with single quotes
I looked at Quassnoi's latest data-explorer query and saw the syntax highlighting got borked because of his column alias with an apostrophe.
@waffles: I have a patch for this (which the margin is ...