The Goal
To build this SQL Statement:
|
|
How Not To Write the SQLAlchemy Query
You shouldn’t declare your SQLAlchemy query as follows:
|
|
It will output the following SQL statement:
|
|
The 0 != 1
is SQLAlchemy’s way of creating a condition that always returns false.
Proper Syntax
Instead, use SQLAlchemy like this, wrapping your conditions with the and_
operator :
|
|
That’s it for this one!
Follow me
Thanks for reading this article. Make sure to follow me on X, subscribe to my Substack publication and bookmark my blog to read more in the future.
Photo by Juan Pablo Serrano