dbapi.py
changeset 9126 e0b63ea2c65b
parent 9067 262d7874c6c7
child 9402 2c48c091b6a2
equal deleted inserted replaced
9125:9aaf8472bad0 9126:e0b63ea2c65b
    91         self.close_on_del = close
    91         self.close_on_del = close
    92 
    92 
    93 
    93 
    94 
    94 
    95 
    95 
    96 
    96 @deprecated('[4.0] the dbapi is deprecated. Have a look at the new repoapi.')
    97 def _repo_connect(repo, login, **kwargs):
    97 def _repo_connect(repo, login, **kwargs):
    98     """Constructor to create a new connection to the given CubicWeb repository.
    98     """Constructor to create a new connection to the given CubicWeb repository.
    99 
    99 
   100     Returns a Connection instance.
   100     Returns a Connection instance.
   101 
   101