summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/dialects/mysql/oursql.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2019-01-17 23:38:40 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2019-01-18 21:48:20 -0500
commit1c56b6049a3fdd1122a4c82ae5757332d3753146 (patch)
tree2a6f9f5530e78409bd44d5d7175ed0fcff3190fe /lib/sqlalchemy/dialects/mysql/oursql.py
parent265644072e5ae4cd0aadf94e5e6ca060f8d8c66f (diff)
downloadsqlalchemy-1c56b6049a3fdd1122a4c82ae5757332d3753146.tar.gz
Cleanup with query aliasing
Try to simplify some of the "adapter" stuff in query: 1. identify that join(.., aliased=True) doesn't work if the right side has no mapper. The adaption of the right side is done via the mapper with aliased(), so that doesn't effect a selectable only. raise an error, so we can simplify the code. 2. build fewer adapter objects. these are confusing to follow and we should try to figure out exactly what purpose which one serves where and make that clear. Change-Id: I18dfcd01e6ad533aa0b8d557fc637ee2766ed050
Diffstat (limited to 'lib/sqlalchemy/dialects/mysql/oursql.py')
0 files changed, 0 insertions, 0 deletions