79504886

Date: 2025-03-12 21:32:04
Score: 1.5
Natty:
Report link

It looked like a small mistake and it was. Make sure you import the correct `select` function.

Wrong

from sqlalchemy import select

Correct

from sqlmodel import select

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: maxmantz