-
I have this issue on my foreign key param:
![image](https://github.com/user-attachments/assets/3c876674-7b13-4937-b2f4-199f05367f63)
I'm using SQLAlchemy ORM with postgresql
Models:
```
cla…
-
### Describe the bug
I have a statement like the following, which works on SQLAlchemy 1.4 but not on 2.0
```python
delete(Author).where(Author.id == Book.author_id).returning(Book.title)
```
…
-
I get this error with HASS 2024.10 and 2024.11 and postgresql:
```python
Dieser Fehler wurde von einer benutzerdefinierten Integration verursacht
Logger: root
Quelle: custom_components/ltss/__…
-
Type: Bug
I asked a question "how to learn sqlalchemy". It gave links to some tutorial but the real python one was invalid. Thank you.
Extension version: 0.22.1
VS Code version: Code 1.95.1 (Univer…
-
### Describe the bug
When querying devices by MAC address using SQLAlchemy with PostgreSQL's `MACADDR8` type, an unexpected type casting causes comparison failures after migrating from psycopg2 to …
-
## 에러메세지
```bash
Traceback (most recent call last):
File "/home/airflow/.local/lib/python3.12/site-packages/airflow/jobs/job.py", line 207, in heartbeat
self._merge_from(Job._fetch_from_db(s…
-
Took me a while to figure that one out. When you use the "Restart" option in Home Assistant in Developer Tools/YAML you get the following exception in the logs, resulting in ltss not logging anything …
Tupsi updated
3 weeks ago
-
sqlalchemy introduced a new check/validation which breaks sqlalchemy-history compability with MappedAsDataclass
```python
from sqlalchemy.orm import DeclarativeBase, Mapped, MappedAsDataclass, map…
-
```py
from __future__ import annotations
from decimal import Decimal
import typing
from sqlalchemy import Numeric
from sqlalchemy.orm import DeclarativeBase
from sqlalchemy.orm import Mapped…
-
日志里会常见个错误,重启就解决了,过段时间就又不行了,又得重启,大佬看看
容器搭建在国外的小鸡上,网络应该没问题
Exception in thread Thread-2 (lambda8):
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/sqlalchemy/engi…