it's not in the api docs though - which tends to come up first on the
keyword search and is the more obvious place to look.

http://docs.sqlalchemy.org/en/rel_0_7/orm/query.html#sqlalchemy.orm.query.Query.filter

http://docs.sqlalchemy.org/en/rel_0_7/core/expression_api.html?highlight=and_#sqlalchemy.sql.expression.and_

http://docs.sqlalchemy.org/en/rel_0_7/core/expression_api.html?highlight=or_#sqlalchemy.sql.expression.or_

Just saying/linking something like:

filter:
    This also accepts clauses created by the [and_] and [or_]
functions.

and_:
or_:
    The result of this can also be used by the [filter] function.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to