-
### Version
1.27.0
### What happened?
SQLC fails to generate a query where I try to use a column from a subquery in a WHERE clause to compare against a query argument, which is a valid SQL sy…
-
When I use the {h-schema} placeholder in a @Query native query with CALL for a stored procedure the following error is shown:
PostgreSQL: no viable alternative at input 'CALLh' vscode-spring-boot…
-
### Description
Meta ticket around the main implementation topics required for lookup join
- [x] add grammar / parser `LOOKUP JOIN`
- [x] `USING` condition
- [ ] rewrite into JOIN equi-join
…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
SELECT * FROM (SELECT 1, 2, 3, 4) AS dt (a, b, c, d);
```
…
-
**Describe the bug**
On opening the scheduler module I get the following error:
```
1/3) #1064 Doctrine\DBAL\Exception\SyntaxErrorException
An exception occurred while executing a query: You hav…
-
OS: Debain 12
PHP Version: 8.3
AOWOW Version: Latest with all Updates
AzerothCore: No
MySQL: 10.11.6-MariaDB-0+deb12u1 Debian 12
TC rev: TrinityCore rev. 51ede41aba4a+ 2024-10-14 11:55:46 +0200 …
-
1. Which driver are you using and version of it (Ex: PostgreSQL 10.0): SQL Server 2014
2. Which TablePlus build number are you using (the number on the welcome screen, Ex: build 81): 150
3. The …
-
## What went wrong?
Clear, concise explanation and the expected behavior.
## How to reproduce?
Different steps about how to reproduce the problem.
### 1. Code that triggered the bug, or step…
cugni updated
1 month ago
-
### Reason/inspiration (optional)
We would like a new entry on the `string-function` concept under SQL. The entry should go in a new file under `docs/content/sql/concepts/string-function/string-funct…
-
GROUP_CONCAT, REGEXP mysql specific functions - it would be a good idea for you to test this on postgres to see what other sql needs to be fixed.