-
Hi everyone,
Is there any perspective of support for async SQLAlchemy?
Im using AssyncSession.
Thanks
-
The current implementation of `database.py` holds a session indefinitely. This causes connections to drop, and kills the application. It needs to be re-implmented
References:
- https://medium.com/…
-
Set up core database infrastructure for GeoLens.
Tasks:
- [ ] Create database initialization script
- [ ] Install and configure PostGIS extension
- [ ] Install and configure pgVector extension
…
-
Hi!
I have a question about using RelatedFactoryList in async SQLAlchemy. RelatedFactoryList creates instances but they are not attached to instance.
overridden for async base factory (from dis…
-
Hi everyone,
I want to test the query string generated by the repository function only. My goal is to make the unit test as independent as possible and avoid creating a dedicated database instance …
-
### Bug summary
I created a environment, `pip install -U prefect` and tried running `prefect server start` and get the below error.
Thanks for any help!
trace and pip freeze
$ python -…
-
### Checklist
- [X] There are no similar issues or pull requests for this yet.
### Is your feature related to a problem? Please describe.
I want to setup sqladmin for project in which we're using […
-
I was looking at using async in a project and saw the latest version have not been uploaded correctly to pypi.
See failed job in Actions: https://github.com/absent1706/sqlalchemy-mixins/actions/runs/…
Qwiko updated
1 month ago
-
Given the issues with latency and server timeouts now due to some blocking aspects of the Selenium functions in the Flask API routes, switching from Flask to FastAPI should help reduce latency and mai…
-
Hello,
When [NO_ZERO_DATE](https://dev.mysql.com/doc/refman/8.4/en/sql-mode.html#sqlmode_no_zero_date) is set in mysql and there are rows with zero dates, driver fails with "Packet sequence number…