-
*PHP Version:* 8.2 | *Shopware Version:* 6.6.7.1 | *Affected area / extension:* Platform(Default)
----
*_Expected behaviour:_*
Execute Task without error.
*_Actual behaviour:_*
Task exit…
-
Interestingly, we do not yet support parsing SQL Server's computed column syntax:
```sql
create table t (i int, j int, k as (i + j));
insert into t (i, j) output inserted.* values (1, 2);
```
…
-
Once this work is merged: https://github.com/elastic/kibana/pull/51446
We will need to review the colours chosen for SQL syntax highlighting. The current set of colours should be correct relative t…
-
A customer has an EXEC SQL block in COBOL with the syntax:
```
EXEC SQL
SELECT A, B, C, D, E, F, G
INTO
:A,
…
-
## Describe the bug
We are experiencing issues with our BigQuery ingestion jobs where there is no lineage between BigQuery tables and views in a significant number of cases.
The ingestion logs sh…
-
when creating the table in the database, I get the following message:
> (1064, ‘You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right sy…
-
In [some datasets](https://platform.demo.kamu.dev/kamu/io.codex.tokens.olhcv) we started to add SQL query examples into README files:
![image](https://github.com/user-attachments/assets/50426ef1-76a6…
-
@njcuk9999
This target is already in the obsdb, but I got a 'SQP syntax error' when I checked this star. see below.
This is a brand new up to date install of the 290. I have already successful…
-
mysql8
code:
```
QueryWrapper queryWrapper = QueryWrapper.create();
queryWrapper.orderBy(CODE_COMPILER.ORDER_NUM.asc().nullsLast());
getOne(queryWrapper);
```
sql:
```
SELECT * FROM `tool…
-
hello i just set up a new server with a mariaDB as DB server i get the following error when i first start the server:
You have an error in your SQL syntax; check the manual that corresponds to your…