Erling Mathias Staff

Results 6 issues of Erling Mathias Staff

### Description Migrate the file replica.py in the core to use new SQLAlchemy 2.0 syntax. ### Motivation https://docs.sqlalchemy.org/en/20/changelog/migration_20.html ### Change Refactoring queries and other to-be deprecated SQLAlchemy 1.4 functionality to...

enhancement
Core & Internals

- Refactored db queries in core/replica.py to use SQLAlchemy 2.0 syntax. - Added new util function in db/sqla/__init__.py: 'filter_thread_work_where' which simplifies 'filter_thread_work' and uses new sqla2.0 syntax This PR is...

Core & Internals
Database

This is currently a draft, and this functionality does not currently have it's own tests. I am looking for thoughts on this implementation before I write them. TL;DR - If...