]> git.saurik.com Git - cyql.git/commitdiff
Actually cache the hstore OID in the cache.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 5 Feb 2013 08:57:12 +0000 (08:57 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 5 Feb 2013 08:57:12 +0000 (08:57 +0000)
__init__.py

index ca9ae63228ae4e0ee95d1d0e851c8b465e2b346f..47f54fd19972e4a9f2e09a25e1430fab5e826247 100644 (file)
@@ -56,6 +56,7 @@ class connect(object):
             hstore = psycopg2.extras.HstoreAdapter.get_oids(self.driver)
             if hstore != None:
                 hstore = hstore[0]
             hstore = psycopg2.extras.HstoreAdapter.get_oids(self.driver)
             if hstore != None:
                 hstore = hstore[0]
+                cache['hstore'] = hstore
 
         if hstore != None:
             try:
 
         if hstore != None:
             try: