-
-
**What happened**:
Clickhouse query which contains:
- "INTERVAL 1 MINUTE" in where clause
or
- "FROM table **SAMPLE 1/10**"
fails at SQL parsing into an AST when adhoc filter is applied
**Wha…
-
I'm trying to use `@Sql` annotation for initializing the db schema like this:
`@Sql(scripts = ["/schema.sql"])`
(the code is in Kotlin here)
But it seems it is only executed after spring context …
-
As a User, I would like Advisor to deliver reliable information based on the parameters I enter so that I do not receive confusing or wrong data back.
- if parameters have been filled out, the appli…
-
-
Use SQL prepared statements, mysql_real_escape is outdated
-
I'm trying to move from a Windows-based fileserver to Linux without losing all of my metadata and the generated images.
Previously, I was using the D:\private\organized\, D:\private\VR\, D:\private…
-
# Bug report
## Describe the bug
Update statements are not yet implemented by the translator.
## To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:…
faisu updated
1 month ago
-
### Bug description
Create an SQL query against a Postgresql database like so:
```sql
WITH roles AS (
SELECT 'Goodbye!'
)
SELECT 'Hello!'
```
See `Only SELECT statements are allowed agai…
-
> I am using some prisma queries with include:
> `this.prismaService.countries.findMany({
> where: { country_id: 230 },
> include: { state_provinces: true },
> });`
>
> It took me a…
aqrln updated
5 months ago