]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The recreate() method in all pool classes uses
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Aug 2011 15:55:32 +0000 (11:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 14 Aug 2011 15:55:32 +0000 (11:55 -0400)
commit9a2edbf3ebf04bfff3ad2a7214605503d5cdcaa2
treea58d89e58845a25846d925766a8373c57ebba4dd
parentdccdff721c9d9b5fed5dc5124479f21f723c153c
  - The recreate() method in all pool classes uses
    self.__class__ to get at the type of pool
    to produce, in the case of subclassing.  Note
    there's no usual need to subclass pools.
    [ticket:2254]
CHANGES
lib/sqlalchemy/pool.py
test/engine/test_pool.py