-
# Background
Hi community,
This issue is for #26878.
ShardingSphere parser engine helps users parse a SQL to get the AST (Abstract Syntax Tree) and visit this tree to get SQLStatement (Java Object). …
-
As described in the title. I use this code snippet to connect with impala.
```python
from impala.dbapi import connect
import pandas as pd
import sqlalchemy
def conn():
return connect(hos…
-
Command: `prisma db push`
Version: `5.0.0`
Binary Version: `6b0aef69b7cdfc787f822ecd7cdc76d5f1991584`
Report: https://prisma-errors.netlify.app/report/14827
OS: `arm64 darwin 22.5.0`
JS St…
-
### Description
Any text surrounded by single quotes or dollar quotes is not touched by the SQL parser or autocomplete engines. It's as if DBeaver sees editor content as either SQL (and therefore par…
-
Running this project as specified in the README fails for me giving the following error:
SQL error or missing database (no such table: cas)
I have looked into the sqlite db: oaqa-eval.db3 and there i…
-
### Describe the bug
SQL Joins, either inner or left fail when right hand side is an empty table.
### To Reproduce
```python
import daft
df1 = daft.from_pydict({"idx":[1,2],"val":[10,20]})
d…
-
I am trying to save a pandas dataframe to a table which contains columns of type list of strings (array). I am doing it using df.to_sql() using sqlalchemy engine. It doesn't seem to be working. I am g…
-
### Bug description
Sorry, my English is not good. I am using apache superset version 4.0.2. I tried using the SQL Lab menu, I got an error like in the picture. what do I have to do? Thank You
![apa…
-
### Description
When I used the latest version of SQL replication, I found data anomalies after execution. The reason is that there is a JSON field containing the character '\\', but the copied SQL…
-
### Bug description
I want Prisma-governed schema to be in a different DB schema than the default `dbo`. However initialization step fails with an error message.
### How to reproduce
Generall…