From c20f8b1cfe30d5000e7bcf49c3ad031ce127f7df Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 8 Aug 2008 15:50:36 +0000 Subject: [PATCH] comment --- lib/sqlalchemy/sql/util.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/sqlalchemy/sql/util.py b/lib/sqlalchemy/sql/util.py index 66ad3d32d7..ba6b5a6056 100644 --- a/lib/sqlalchemy/sql/util.py +++ b/lib/sqlalchemy/sql/util.py @@ -275,7 +275,11 @@ def folded_equivalents(join, equivs=None): This function is used by Join.select(fold_equivalents=True). - TODO: deprecate ? + Deprecated. This function is used for a certain kind of + "polymorphic_union" which is designed to achieve joined + table inheritance where the base table has no "discriminator" + column; [ticket:1131] will provide a better way to + achieve this. """ if equivs is None: -- 2.47.3