-
Hello! Wondering if this is a bug or my misunderstanding of caching features based on QueryDB file query.db (not in-mem). I've configured ENVs according to following guidance: https://github.com/passr…
-
### Is your feature request related to a problem?
PPL is a language which has multiple commands, it has the ability to be used in different engines that have a large variety of use cases and function…
-
## Summary
This blog will demonstrate a dynamic SQL generation and execution workflow using LangGraph, OpenAI, MLflow and an SQLite database. The workflow translates user input into English, perfor…
-
Environnement:
- Python 3.12 / FastApi
- DB: sql server ODBC 17
- sqlalchemy with aioodbc (async engine)
Hello, sometimes when I call an API function I get this exception error : (pyodbc.Erro…
-
A small request I hope.
Would it be possible to use SQLGlot's pretty functionality before executing SQL statements?
It would be much easier to find syntax issues if it wasn't one long line.
-
### Version
1.27.0
### What happened?
`panic: can't scan into dest[2]: cannot scan NULL into *string`
I receive this error because the result has nulls in it, but SQLC has generated an out…
-
### What do you want to change?
# Present
Currently all nullable types are generated as sql.NullInt, sql.NullBool, etc.
## `sql.Null`
Using the `sql.Null[T]` generic type might be a relatively s…
-
I use the following code to reflect table
```python
from sqlalchemy import create_engine, text, Table, MetaData
engine = create_engine("starrocks://root@192.168.9.40:61031/default_catalog.graph",…
-
### Describe the bug
I can't use an enum type as part of a `case()` without casting.
Looks very similar to https://github.com/sqlalchemy/sqlalchemy/issues/6515
### Optional link from https://docs…
-
### Version
1.25.0
### What happened?
Copy or Load data should have gone without any error.
### Relevant log output
```shell
can't encode type float64 to TSV
```
### Database schema
```sql
CRE…