From: Jay Freeman (saurik) Date: Tue, 5 Feb 2013 08:57:12 +0000 (+0000) Subject: Actually cache the hstore OID in the cache. X-Git-Url: https://git.saurik.com/cyql.git/commitdiff_plain/7a6d41b958a9023833b325812a86f696709bd68e Actually cache the hstore OID in the cache. --- 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: