-
As previously addressed in e.g. #2417, #2996, #3003, #3208, and #3211, SQLite can't handle multiple concurrent writes. Our SQLite IO Manager has worked around this for the PUDL DB, but we seem to be…
-
## Description
when using the block editor with a medias form input, the metadata s caption doesn't persist to db.
### Steps to reproduce
install a fresh laravel app, install twill, install …
-
**Describe the problem**
I have fresh installation of Self hosted Netbird , builded from quick start guide (with Zitadel). Netbird client installed on the same machine and It looks like it's connec…
-
I got the following error below when processing a ufdr when transcribing audio. Versions 4.1.5 and master have the same error.
Computer: 32 Core (threads). UFDR and output directory are on a network…
-
`upsert` does not work as I would expect with a compound primary key. The workaround I use is to use `insert` with `replace=True` to accomplish what I think `upsert` should do.
This is a minimal r…
-
### Bug description
can't import nullable data from existing sqlite data proplerly
### How to reproduce
### Expected behavior
_No response_
### Prisma information
```
model thread {
ca…
-
Add support for the subscript jsonb notation introduced in pg 14. Ref at https://www.postgresql.org/docs/current/datatype-json.html#JSONB-SUBSCRIPTING.
This notation seems to be allowed in more pla…
-
### 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://pypi.org/project/polars/) of Polars.
### Reprodu…
-
### Version
1.26.0
### What happened?
sqlc panics after i've added a migration which adds a [generated column](https://www.sqlite.org/gencol.html) which uses a [json function](https://www.sqlite.or…
dvob updated
3 months ago
-
### 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 the …