-
### Bug description
SQlite [documentation](https://www.sqlite.org/lang_createtable.html) states that:
`CREATE TABLE t1(a, b UNIQUE);`
and
```
CREATE TABLE t1(a, b);
CREATE UNIQUE INDEX t1b ON…
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https://…
-
### 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 …
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with …
-
### ⚠️ This issue respects the following points: ⚠️
- [X] This is a **bug**, not a question or a configuration/webserver/proxy issue.
- [X] This issue is **not** already reported on [Github](https://…
-
### Version
1.18.0
### What happened?
sqlc generates queries using numbered parameters, but if a `sqlc.slice` comes before other parameters, the numbers will no longer match.
### Relevant…
-
### Bug description
Tokio panics when opening a 16k+ row model.
### How to reproduce
1. Have a 16k row model
2. Open it with Prisma Studio
3. Observe Tokio panic
### Expected behavior
…
-
### Bug description
I get this error when trying to run a db pull on a SQLite database:
`The following models were ignored as they do not have a valid unique identifier or id. This is currently no…
-
### Pandas version checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/i…
-
### Version
1.26.0
### What happened?
I'm using SQLite to create the following query:
```sql
-- name: GetAllPaginatedForumPosts :many
SELECT p.id, p.title, p.content, p.created_at, p.updated_a…