<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with sqlalchemy]]></title><description><![CDATA[A list of topics that have been tagged with sqlalchemy]]></description><link>https://board.circlewithadot.net/tags/sqlalchemy</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 01:01:39 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/tags/sqlalchemy.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[I&#x27;m sure I&#x27;m doing something stupid, but I&#x27;m seeing SQLAlchemy+sqlite return a row that doesn&#x27;t match the select condition.]]></title><description><![CDATA[@encthenet I don't think you can use Python's own `and` and `or` operators. I seem to remembee that that won't work as expected, and the manual doesn't mention their use. Either make two chained `.where()` calls, or import and use `and_()` and `or_()`.https://docs.sqlalchemy.org/en/20/tutorial/data_select.html#the-where-clause]]></description><link>https://board.circlewithadot.net/topic/4dc48516-0402-4f05-a496-a82fe39ba787/i-m-sure-i-m-doing-something-stupid-but-i-m-seeing-sqlalchemy-sqlite-return-a-row-that-doesn-t-match-the-select-condition.</link><guid isPermaLink="true">https://board.circlewithadot.net/topic/4dc48516-0402-4f05-a496-a82fe39ba787/i-m-sure-i-m-doing-something-stupid-but-i-m-seeing-sqlalchemy-sqlite-return-a-row-that-doesn-t-match-the-select-condition.</guid><dc:creator><![CDATA[stiiin@infosec.space]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>