Dmitry Mazur

Results 1 comments of Dmitry Mazur

It did not worked for me (I mean vscode has squiggly lines on it too). But this worked for me: ```python ... from sqlmodel import column ... _contents = session.query(Content).filter(column("link").contains("something")).order_by(ordering).offset(offset).limit(limit).all()...