server/sources/native.py
branchstable
changeset 5749 b4393b681f7a
parent 5729 b00cf7fbff31
child 5751 1e5ef464cade
equal deleted inserted replaced
5748:487ab6ac90cc 5749:b4393b681f7a
   332             if self.repo.config.open_connections_pools:
   332             if self.repo.config.open_connections_pools:
   333                 self.open_pool_connections()
   333                 self.open_pool_connections()
   334 
   334 
   335     def init(self):
   335     def init(self):
   336         self.init_creating()
   336         self.init_creating()
       
   337 
       
   338     def shutdown(self):
       
   339         if self._eid_creation_cnx:
       
   340             self._eid_creation_cnx.close()
   337 
   341 
   338     # XXX deprecates [un]map_attribute ?
   342     # XXX deprecates [un]map_attribute ?
   339     def map_attribute(self, etype, attr, cb, sourcedb=True):
   343     def map_attribute(self, etype, attr, cb, sourcedb=True):
   340         self._rql_sqlgen.attr_map['%s.%s' % (etype, attr)] = (cb, sourcedb)
   344         self._rql_sqlgen.attr_map['%s.%s' % (etype, attr)] = (cb, sourcedb)
   341 
   345