-
Because pickle is bad, I guess.
At least I'm not saying "lemme require that JSON".
-
Store calculation outputs in an in-memory database such as Redis or SQLite to save on compute power when working with multiple files/sites.
-
### The problem
I've run recorder.purge service to purge and repack everything above 5 days. It was a relatively large DB, over 10GB.
It's running on proxmox VM with 4 cores Ryzen 4600G and 16GB o…
-
# Feature request
## Current Behavior
We use external SQL scripts to create some tables or perform some basic operations.
## Expected Behavior
Instead, we could leverage SQLAlchemy…
-
سلام از دیروز خیلی از یوزرهام که پیام میدن برای تمدید نمیتونم ترافیک رو ریست کنم خطا میده ( بازنشانی مصرف انجام نشد، دوباره تلاش کنید)
سرور رو عوض کردن مرزبان رو ریستارت کردم بازم درست نشد میشه راه…
-
sqlalchemy 2 已经去除 Engine.execute 方法了。
运行会报错
`AttributeError: 'OptionEngine' object has no attribute 'execute'`
需要安装
-
This is a follow-up from this PR comment: https://github.com/rucio/rucio/pull/6497#discussion_r1494426294, where it was suggested to change all instances of `Mapped[uuid.UUID]` to `Mapped[str]`.
#…
-
If the MySQL connection is inactive for a while the server currently crashes. We should probably do one or more of:
* [`pool_pre_ping`](https://docs.sqlalchemy.org/en/20/core/pooling.html#pool-disc…
-
~~~
docker logs ckan
~~~
~~~
sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) connection to server at "db" (172.18.0.13), port 5432 failed: Connection refused
Is the server ru…
-
When trying to do a delete with limit (supported with mysql), `delete(...).with_dialect_options` incorrectly throws a validation error although the docs say this should be supported.
```python
…