-
I've [ported the sql/mysql/Oracle grammar to CSharp](https://github.com/antlr/grammars-v4/pull/4278). I found that the grammar is ambiguous.
```
$ dotnet trparse ../examples/expressions.sql --ambi…
-
### What version of `drizzle-orm` are you using?
0.34.1
### What version of `drizzle-kit` are you using?
0.25.0
### Describe the Bug
When I select join with a subquery and select a field that was…
-
### What happens?
I'm following through the docs for the first time, to set up a foreign table that points to Iceberg table that I mounted to the container
I get this error:
```sql
=> CREATE F…
-
The `proc-expunge` background job is designed to expunge expired test identifier. The core SQL query runs very slow. Refactor the process to improve performance.
Options:
* refactor long running SQL …
-
### Describe the bug
_x-posted from [here](https://github.com/metabase/metabase/issues/48652)_
Using both
- a wildcard inside a Clickhouse S3 Parquet query
- a Metabase template variable
br…
-
## Description
When using the `cast_as_quoted` function to cast schema-qualified enums (e.g., `schema_name.enum_name`), the generated SQL incorrectly quotes the entire identifier as `"schema_name.e…
-
### Describe the bug
I am attempting to execute multiple SQL statements on various hooks and seem to be unable to execute multiple statements separated by `;` within one entry.
I am generating mu…
-
**What is the bug?**
Query anonymization is not working in the fallback log
**How can one reproduce the bug?**
Write a simple query and add `?format=json` to trigger falling back to old engine.
…
-
Hey all!
I am trying to create and use temporary tables using aiochclient, but I can't find anywhere a way of passing session_id (https://clickhouse.com/docs/en/sql-reference/statements/create/tabl…
-
### Amplify CLI Version
N/A
### Question
Keep in mind I replaced some sensitive info with placeholders.
Here is the schema(schema.ql.ts) auto generated using this `npx ampx generate schema…