-
### Bug Description
Hi,
TLDR, when I ask query "Show all topics" it creates query "SELECT name FROM topic", while the actual table name is topic**s**, the query fails obviously
## Here is my se…
-
Hi,
When I define SQLAlchemy columns using `enum.Enum` the auto generated marshmallow field fails validation when I try to load:
```python
import enum
import marshmallow as ma
import sqlalche…
-
### Version
1.26.0
### What happened?
First time I tried field name "id" in both table, it's very common in realworld, but it said "id" is ambiguous, so I change the id to bid in second table, but …
-
Before I was using prisma with nuxt directly, Dev was working fine, but to build a server bundle I had my own setup and some after build script
```
copy .env .output\server
rem move myrpisma out…
-
From this two page
https://clickhouse.com/docs/en/sql-reference/table-functions/sqlite
https://clickhouse.com/docs/en/engines/table-engines/integrations/sqlite
clickhouse supports create sqlite tab…
-
**Describe the bug**
I cannot connect to sqlite file available in a mounted volume:
The error message is not helpful.
**To Reproduce**
In docker-composer:
```
dbgate:
…
-
Use orm, we doesn't need to write raw sql to do crud operation, instead of using sqlalchemy package to deal with database.
Usually, with one orm class to map one database table. for example as below:…
-
### Bug description
I've spent the last few months working on a Discord bot called Puddleshine. It's a gacha card collector bot that includes all of the characters from the popular novel series Warri…
-
### Minimal reproducible example
https://github.com/lemonada02/tfg-galaxias
### What platform(s) does this occur on?
Android
### Did you reproduce this issue in a development build?
Yes…
-
### Version
1.23.0
### What happened?
When using `sqlc.embed` on something in combination with a `LEFT JOIN`, meaning that the embedded table may be null, sqlc fails to parse the result when …