Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Resolve warning of TypeDecorator AwareDateTime() in chat_manager.py and file_manager.py #2271

Merged
merged 7 commits into from
Mar 15, 2024

Conversation

Myrausman
Copy link
Contributor

Fixes #2270
removes the warning

Checklist:

Copy link
Member

@ReimarBauer ReimarBauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please enable debugging if caching works. In production sqlite is rather not used, someone wants to check this in a staging setup for a production system.

We need a new SQLALCHEMY_ECHO config attribute. This should be for testing set to True and for production False.

https://flask-sqlalchemy.palletsprojects.com/en/2.x/config/

You need to change conftest, conf, app definition and documentation

locally you can test this then by pytest -s for a server test

@ReimarBauer
Copy link
Member

@Myrausman please have a look on the flake8 failure

@Myrausman Myrausman requested a review from ReimarBauer March 14, 2024 18:03
Copy link
Member

@ReimarBauer ReimarBauer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx

@ReimarBauer ReimarBauer merged commit 416b4e8 into Open-MSS:develop Mar 15, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning: TypeDecorator AwareDateTime()
2 participants