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 pytest Warning from SQLModel #48

Open
fullerzz opened this issue Aug 15, 2024 · 0 comments
Open

Fix pytest Warning from SQLModel #48

fullerzz opened this issue Aug 15, 2024 · 0 comments
Labels
needs troubleshooting 🔍 Issue requires troubleshooting to find root cause tests 🧪 Relating to tests

Comments

@fullerzz
Copy link
Owner

=============================== warnings summary ===============================
tests/test_delete_file.py::test_delete_file
  /home/runner/work/smolvault/smolvault/.venv/lib/python3.11/site-packages/sqlmodel/orm/session.py:66: SAWarning: SELECT statement has a cartesian product between FROM element(s) "filemetadatarecord" and FROM element "filetag".  Apply join condition(s) between each element to resolve.
    results = super().execute(
@fullerzz fullerzz added tests 🧪 Relating to tests needs troubleshooting 🔍 Issue requires troubleshooting to find root cause labels Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs troubleshooting 🔍 Issue requires troubleshooting to find root cause tests 🧪 Relating to tests
Projects
None yet
Development

No branches or pull requests

1 participant