-
1. What version of Python are you using?
> 3.12.7
2. What operating system and processor architecture are you using?
> macOS-14.7.1-arm64-arm-64bit
3. What are the component versions in th…
-
memos version: 0.19.2
```bash
$ memos init
╭───────────────────── Traceback (most recent call last) ──────────────────────╮
│ /Library/Frameworks/Python.framework/Versions/3.10/lib/pyth…
-
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…
-
From the `pkg_resources` docs: [setuptools.pypa.io/en/latest/pkg_resources.html](https://setuptools.pypa.io/en/latest/pkg_resources.html)
> Use of pkg_resources is deprecated in favor of [importlib…
-
To reproduce:
1. Create a new container with fresh mount points (either docker volumes or local filesystem mounts).
2. Start the container
Symptoms:
```
Error during the database migration. Res…
-
# Sqlalchemy deepdive2
sessionmaker의 autocommit sessionmaker에는 autocommit이라는 파라미터가 있다. 이름만 들으면 True일 때 자동으로 commit()을 호출해주는 것 같다. 하지만 알고보면 저 autocommit은 Session의 트랜잭션 자동시작 과 연관이 있다. autocommit가 False…
-
### Search before asking
- [X] I searched in the [issues](https://github.com/apache/iotdb/issues) and found nothing similar.
### Motivation
New major version of sqlalchemy did not introduce any ma…
-
# Sqlalchemy deepdive
막연하게 그냥 사용하기 보다는 engine, session, transaction에 대해서 제대로 알고 사용하자.
[https://imasimdi.github.io/python/SQLAlchemy-deepdive](https://imasimdi.github.io/python/SQLAlchemy-deepdive)
-
PR #42 introduced a bug in the SQLAlchemy Ingres connector. The bug exists in connector versions `0.0.7` and `0.0.8`.
This line was added in that PR:
from sqlalchemy.sql._typing import is_sq…
-
### What happened?
After upgrade from 1.5.10 to 1.5.11 i've got a lot of database errors.
### How to reproduce?
upgrade from 1.5.10 to 1.5.11
### Configuration file(s) (yaml or .env)
_N…