-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
choreRefactor or changes that do not affect logicRefactor or changes that do not affect logic
Description
Is your feature request related to a problem? Please describe.
No
Describe the solution you'd like
Now, we use the sqlalchemy style v1.0 as "session.query().filter xxx". In style v2.0, we can use "select" to implement the query.
https://docs.sqlalchemy.org/en/14/glossary.html#term-2.0-style
Metadata
Metadata
Assignees
Labels
choreRefactor or changes that do not affect logicRefactor or changes that do not affect logic
Type
Projects
Status
Todo