-
How about migrate to Flask-SQLAlchemy?
pros:
- Easy to migrate from pure SQLAlchemy
- Provide db_session seamlessly
- Easy to write db migration script with alembic
With flask-script: `./mana…
-
Hi!
I'm trying to get flicket connected to my hosted Postgres db (at Render.com), where I am facing some challenges debugging. Setting up flicket with default settings locally (MySQL) have worked ex…
-
Latest Flask-SQLAlchemy will cause an error when running `make test`. The error message is as follows:
```
self = , name = 'create_scoped_session' …
-
Installing Flask-SQLAlchemy-3.0.0 breaks sqlalchemy-oso queries. The policy does not appear to be applied at all.
-
**Describe the bug**
With flask-sqlalchemy, ORM class showed as below, inherit db.Model where db come from SQLAlchemy(app)
```python
from flask import Flask
from flask_sqlalchemy import SQLAlchem…
-
createEvent()
updateEvent
deleteEvent
-
Package version (if known): 12
## Describe the bug
The `invenio domains create` command allows creating domains with duplicate labels, which should be rejected. This causes multiple entries in t…
-
Opening this to think about/plan for the next release, which I propose should encompass:
* [The changes merged after v1.6.1 and up to when flask-admin was moved under pallets-eco](https://github.co…
-
### Environment
Flask-Appbuilder version:
pip freeze output:
alembic==1.13.1
annotated-types==0.7.0
anyio==4.4.0
apispec==6.6.1
asgiref==3.8.1
attrs==23.2.0
Babel==2.15.0
blinker==1.8.2
…
-
Please have a look at my Stackoverflow question at https://stackoverflow.com/questions/54268271/sqlalchemy-db-session-commit-behaviour. I'll copy paste it here as reference too:
> I'm completely st…