Automated Action f3dd0afb07 Fix SQLAlchemy raw SQL errors in database connections
- Add proper import of sqlalchemy.text in session.py
- Update raw SQL query execution to use text() function
- Enhance error messages with specific guidance for common SQLAlchemy errors
- Add more detailed logging of error types for easier debugging
- Ensure compatibility with newer SQLAlchemy versions
2025-05-16 13:01:52 +00:00
..