-
I'd be interested in making/seeing a VSCode plugin that supports syntax highlighting within the SQL string. Currently my only workaround is using `sql.file` to get syntax highlighting, but I'd rather …
-
Hi! I'm trying to add syntax highlighting for my SQL queries in logs.
There is a library that does it pretty well:
``` go
package main
import (
"bytes"
"os"
"github.com/alecthomas/chro…
-
```
What steps will reproduce the problem?
1. open a new window or tab
2. set the lexer to SQL
3. add the following line: update `thetable` set var1='peter piper\'s perfect
peppers'
What is the expe…
-
### Current Behaviour
Introduction
This report is to highlight a bug found in the quest 12725 - Brothers in Death on an AzerothCore-based server. The problem specifically relates to the missing NP…
-
It would be great to support highlighting string interpolations, e.g.
```ts
sql`select '${1 + 1}';`
```
It currently highlights the native code as if it were an SQL string.
-
**Is your feature request related to a problem? Please describe.**
Currently, SQL query strings can not be auto-formatted.
**Describe the solution you'd like**
Add an auto-format command to the C…
musjj updated
1 month ago
-
**Is your feature request related to a problem? Please describe.**
The problem is that in my field (how we do qualitative research at my organization) we only code each comments are either having t…
-
We need to make some changes to the CAMDBSP CDC job that runs every hour from 8am to 11pm for ECMPS 2.0 release.
Add the following highlighted tables (the other 4 should already be there)…
![image](h…
-
Used Atom Version: 1.0
Expected behaviour: Correct highlighting of SQL within PHP-Strings
Has this ever worked: No
Highlighting of SQL within strings is a very useful feature, but there's a little pr…
-
Hello,
I wanted to install the plug-in in my test environment (APEX 19.2.0.00.18, Oracle Database 12c Release 12.1.0.1.0 - 64bit), but I get this error message "The file is not a valid plug-in expo…