From ad9b85fa8e751f5bfc8c27705e86898131dbc62e Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 11 Feb 2011 15:37:44 -0500 Subject: - replace all usage of True and False for passive with PASSIVE_NO_INITIALIZE, PASSIVE_OFF, now expresed as non-boolean symbols - make "passive" available positionally on all get_history() methods, call it like that --- lib/sqlalchemy/util/langhelpers.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/sqlalchemy/util') diff --git a/lib/sqlalchemy/util/langhelpers.py b/lib/sqlalchemy/util/langhelpers.py index 4ac78bd16..d723a1869 100644 --- a/lib/sqlalchemy/util/langhelpers.py +++ b/lib/sqlalchemy/util/langhelpers.py @@ -665,6 +665,7 @@ class _symbol(object): return symbol, (self.name,) def __repr__(self): return "" % self.name + _symbol.__name__ = 'symbol' -- cgit v1.2.1