diff options
Diffstat (limited to 'lib/sqlalchemy/sql/expression.py')
| -rw-r--r-- | lib/sqlalchemy/sql/expression.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/sqlalchemy/sql/expression.py b/lib/sqlalchemy/sql/expression.py index 359f5e533..3eb1443a3 100644 --- a/lib/sqlalchemy/sql/expression.py +++ b/lib/sqlalchemy/sql/expression.py @@ -158,6 +158,10 @@ from .selectable import HasCTE # noqa from .selectable import HasPrefixes # noqa from .selectable import HasSuffixes # noqa from .selectable import Join # noqa +from .selectable import LABEL_STYLE_DEFAULT # noqa +from .selectable import LABEL_STYLE_DISAMBIGUATE_ONLY # noqa +from .selectable import LABEL_STYLE_NONE # noqa +from .selectable import LABEL_STYLE_TABLENAME_PLUS_COL # noqa from .selectable import Lateral # noqa from .selectable import ReturnsRows # noqa from .selectable import ScalarSelect # noqa |
