diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-06-24 15:42:33 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-06-24 15:42:33 -0400 |
commit | 1de31c0484fb8b8db6500efdca329e33ca1ab222 (patch) | |
tree | ff3d703c5bded1c0ae2facf44170aad214c0b5d3 /lib/sqlalchemy/sql/elements.py | |
parent | 9f1a375f10cb7af558a9549081a0e792546aca21 (diff) | |
download | sqlalchemy-no_auto_froms.tar.gz |
Propose implicit FROM logic be limited to only those tablesno_auto_froms
explicitly in the columns clause
A proposal to prevent "FROM A, B" styles of cartesian products
by simply disallowing from the FROM clause any table
that wasn't explicitly made part of the FROM clause
nor was selected from.
Change-Id: Ia8c3f5efa702a0cf9421fd8d899a808af51e0023
Diffstat (limited to 'lib/sqlalchemy/sql/elements.py')
0 files changed, 0 insertions, 0 deletions