From 7a6d41b958a9023833b325812a86f696709bd68e Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 5 Feb 2013 08:57:12 +0000 Subject: [PATCH] Actually cache the hstore OID in the cache. --- __init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/__init__.py b/__init__.py index ca9ae63..47f54fd 100644 --- a/__init__.py +++ b/__init__.py @@ -56,6 +56,7 @@ class connect(object): hstore = psycopg2.extras.HstoreAdapter.get_oids(self.driver) if hstore != None: hstore = hstore[0] + cache['hstore'] = hstore if hstore != None: try: -- 2.47.2