]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- figured out what the from_self() thing was about, part of query.statement, but...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jun 2013 23:48:30 +0000 (19:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Jun 2013 23:48:30 +0000 (19:48 -0400)
commit35a674aab4a832e76232e7be4b16b7a635a19824
treee3df6c0b5b49efbc19d1b992ef534a7e1fc76b3c
parent02ae3cd54d0c47850ae1c894abae256a4717fe2d
- figured out what the from_self() thing was about, part of query.statement, but would
like to improve upon query.statement needing to do this
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/sql/compiler.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/sql/visitors.py