-
In my deployment logs on Railway I'm getting this error when starting the application.
```
Failed 'User.upsert' database method with non-retryable error: UNIQUE constraint failed: User.id
UniqueCo…
-
## GORM Playground Link
https://github.com/go-gorm/playground/pull/737
## Description
UniqueUser is a model which exists unique constraint on name. And its ID is auto-increment. The Code ca…
-
I'm trying to send config info to Home Assistant from a Pico W with the following code:
```
import time
import config
from network import WLAN,STA_IF
import ubinascii
# import gc
# import mic…
-
**Describe the bug**
Your implementation of "Login via Github" is broken. You force Github username to be used as Lens ID, but you don't handle collisions where a Github username collides with an exi…
-
### Tripal Version
4.x
### General Description
When you create a new content type through the UI, Tripal assigns a default URL and Title template. However, there are not any fields for this…
-
## Is your feature request related to a problem? Please describe.
I'm facing an issue deleting accounts that have very similar parameters (same username, address, safe and platform), and that can't…
-
As per the spec, `id` function selects elements by their unique ID and attribute for unique ID is declared using DTD.
Q. If no DTD is defined then is `id` attribute implicitly considered as unique…
-
ERROR:fastapi:Form data requires "python-multipart" to be installed.
You can install "python-multipart" with:
pip install python-multipart
----------------------------------------------------…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the issue
There have been reported cases where the incremental logic in the event enhanced mode…
-
### Bug description
When creating a "top-level" model it seems possible to upsert that model along with any related models on it by using `connectOrCreate`. However, if one of the related models uses…