]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- document all the varities of _label on the base ColumnElement
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Sep 2014 20:20:01 +0000 (16:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 6 Sep 2014 20:20:01 +0000 (16:20 -0400)
commit4e285fd6ba2cbaf4b43e943a0e6bb45cc104cf08
tree2f7f4030c34088b94a5d2cdb19f1a0f5df730e05
parent6844f8db74ab2ba5df98ba285be34a2534a88b5b
- document all the varities of _label on the base ColumnElement
- replace out _columns_clause_label with a straight boolean flag to
reduce the proliferation of labels
lib/sqlalchemy/sql/elements.py
lib/sqlalchemy/sql/selectable.py