-
Whenever a sql-lit highlighted template has an sql-lit trigger at the end of the template, it thinks that there's a new start to a template:
```js
const column = sql`DB_META`
```
![image](https:…
-
I wanted the sql to be formatted so i have tried the below code for that. Can you incorporate sqlparse also if possible
```
def _duplicate_queries(self, output):
"""Appends the most commo…
-
I've tried using `select_into_database_table` on a single-column, 50k row table.
In Postgres this takes roughly 0.7-2.2s, in SQLite also about 0.8s, but in Snowflake it took more than **5 minutes**…
-
It would be nice to support more keywords such as `WHERE` and use uppercase to avoid confusion. The use case would be for conditional query manipulation, e.g.
```python
country_filter = "WHERE…
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
The [vscode-sql-lit](https://marketplace.visualstudio.com/items?itemName=thebearingedge.vscode-sql-lit) extension added syntax highlighting to @slonik/typegen recently (https://github.com/thebearinged…
-
### Summary
Roles, like
```rst
:sql:`SELECT * FROM table`
```
are not defined, so typos or unsupported roles cannot be warned about, like (mind the `g` instead the `q`):
```rst
:sgl:`SE…
-
![image](https://user-images.githubusercontent.com/799021/120230301-b59f6e80-c257-11eb-9a85-be2da00ef3ec.png)
When I CTRL+ENTER I got error
But if I select highlighted SQL and CTRL+ENTER it run …
-
Is there anyway to use just the syntax highlighting without sql-lint in VSCodium?
-
Related https://github.com/elastic/apm-agent-nodejs/issues/2019
We show queries for spans with type `db`, but if it's not SQL it just renders this text field:
![image](https://user-images.githu…
smith updated
3 months ago