[Sqlalchemy-tickets] Issue #3375: parse None/True/False in engine_from_config (for pool_reset_on_re
Brought to you by:
zzzeek
|
From: Daniel K. <iss...@bi...> - 2015-04-21 10:01:52
|
New issue 3375: parse None/True/False in engine_from_config (for pool_reset_on_return) https://bitbucket.org/zzzeek/sqlalchemy/issue/3375/parse-none-true-false-in Daniel Kraus: engine_from_config doesn't translate .ini true/false/None values to their python counterparts which means "pool_reset_on_return = None" doesn't work. (only 'commit' or 'rollback') |