]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
here's the flat join thing. it just works. Changing the existing compiled SQL...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Jun 2013 20:21:25 +0000 (16:21 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Jun 2013 20:21:25 +0000 (16:21 -0400)
commit51e1019f610f083ac4d8c850589cdf52cff044da
treedb56526f4fd2fb9d0e63c6dbef151075f248ca5c
parentfa3d18a47cb6f307b18da880a5f8f4c06a6023b4
here's the flat join thing.  it just works.   Changing the existing compiled SQL assertions
might even be most of the tests we need (though dedicated sql tests would be needed anyway)
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/util.py
lib/sqlalchemy/sql/expression.py