]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
break up _join_left_to_right to call upon _prepare_right_side and _join_to_left.
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Feb 2012 00:29:00 +0000 (19:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Feb 2012 00:29:00 +0000 (19:29 -0500)
commit35cba3c84ab9c36663e57049e56e59cace5aa2f7
treed3ff7633a67526fa28c35715b599bb8129704c50
parent9b86654981ce0c172ad09401ad41e15d5b8d0487
break up _join_left_to_right to call upon _prepare_right_side and _join_to_left.
this separates the handling of each side totally making it easier to see
what's going on.
lib/sqlalchemy/orm/query.py