-
**Background**
In PR #10 there was a discussion about the inconsistency in SQL keyword capitalization across our queries. @fhenneke suggested enforcing this through linting checks. In order to enforc…
-
### Reason/inspiration (optional)
We would like a new entry on the `Types of Errors` concept in SQL. The entry should go in a new file under `docs/content/sql/concepts/loops/loops.md`.
The…
-
### Sublime Text build number
4152
### Example Code
```TSX
n/a
```
### JS Custom Preferences
```JSON with Comments
{
"defaults": {
"custom_template_tags": false,
"esli…
-
Almost all of the SQL I write is inside of python data pipelines, using Spark and Presto flavoured syntax.
So my queries are written like
```sql
SqlQuery(
select="""
WITH users_in_threa…
-
This relates to https://github.com/zulip/zulip/issues/31813, where "Copy link to channel" produces a plaintext link and a markdown snippet. The issue is that a user will see inconsistent behavior when…
-
### Short description of current behavior
When we are executing multiple commands for chromadb handler in the mindsdb editor. It is throwing parsing error.
Command Executed:
Drop Database chrom…
-
### Plugin Version
5.0.0
### PHP Version
8.2
### Shopware Version
6.5.7.4
### Installation method
Community-Store
### Identity provider
None
### What happened?
Installation fails with the e…
-
**Describe the bug**
While executing step 5 in the [Steps to deploy the reference implementation](Steps to deploy the reference implementation) using the option for Visual Studio, the error below was …
-
```
[2020-08-18 01:31:53,419] UPDATE `generation`
SET `state` = %s
WHERE `id` = %s
AND `owner` = %s
AND (`options` = CAST(%s AS JSON))
AND (`meta` = CAST(%s AS JSON))
AND `state` = %s
…
-
### Description
This problem was around for a long time (probably - ever since BEGIN ATOMIC syntax was introduced in PostgreSQL 14), so it has nothing to do with OS, DBeaver version and so on
**…