From c3702fa5169fef29ca13427abea2f6d41449c658 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 20 Jan 2010 17:48:43 +0000 Subject: moved the metadata step of ResultProxy into a ResultMetaData object. this also replaces PickledResultProxy. Allows RowProxy objects to reference just the metadata they need and provides the "core" of ResultProxy detached from the object itself, allowing ResultProxy implementations to vary more easily. will also enable [ticket:1635] --- test/sql/test_query.py | 1 - 1 file changed, 1 deletion(-) (limited to 'test/sql') diff --git a/test/sql/test_query.py b/test/sql/test_query.py index c711819f9..953dcab7f 100644 --- a/test/sql/test_query.py +++ b/test/sql/test_query.py @@ -717,7 +717,6 @@ class QueryTest(TestBase): self.fail('Should not allow access to private attributes') except AttributeError: pass # expected - r.close() finally: shadowed.drop(checkfirst=True) -- cgit v1.2.1