I\'m not quite sure what I mean here, so please bear with me..
In SQLAlchemy, it appears I\'m supposed to pass an expression to filter() in certain cases. When I try to
Short answer: You can't. The result of the expression evaluation is passed to the function rather than the expression itself.