-
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…
-
Se tiene la necesidad de almacenar los datos capturados por los scrapers en un base de datos.
La base de datos podría ser SQL o NoSQL. Se estudia el porqué de usar NoSQL -> DynamoDB en otra issue.
I…
-
Following on from: https://github.com/piccolo-orm/piccolo/issues/1094
We updated everything to Python 3.13, but we can't currently install BlackSheep on Python 3.13:
https://github.com/Neoteroi/…
-
# sqlalchemy
## create db:
- http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls
```
dialect+driver://username:password@host:port/database
```
### MySQL:
```
…
-
I use PonyPRM with Python 3.12 on Windows without problem. However after upgrading to 3.13 I got the following error:
File "C:\Users\Administrator\Python313\Lib\site-packages\pony\orm\core.py", li…
-
**Describe the bug**
Export Selection of reaches and wastewater structures fails :
![image](https://github.com/user-attachments/assets/98ebbbf2-549f-476a-acf2-3c76a42f89b5)
```
sqlalchemy.ex…
-
Script Example on Python 3.12 and ponyorm 0.7.19:
```
from pony.orm import (
Database,
Required,
Set,
Optional,
PrimaryKey,
set_sql_debug,
commit,
)
import pon…
-
http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000/0014021031294178f993c85204e4d1b81ab032070641ce5000
-
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…
-
**Is your feature request related to a problem? Please describe.**
It appears that the BigQuery DBAPI does not support multi-row INSERT batching for more performant python-based DML transactions. Cu…