funbringer
released this
- use
max_attempts=0(infinite) by default inpoll_query_until(); - fix support for utf-8 (non-ascii symbols);
- improved error handling;
- don't install
enum34on python 3.4+.
Assets
2
funbringer
released this
use commit=True by default in PostgresNode.execute()
Assets
2
funbringer
released this
- fix
get_control_data(); - fix default params of
default_conf(); - remove everything on
cleanup()by default; - remove cached initdb dir by default;
Assets
2
funbringer
released this
- bugfix: pass
allow_streamingtodefault_conf(); - allow using
PG_BINenv instead ofPG_CONFIG;
Assets
2
funbringer
released this
- introduced
TestgresConfig; - add
log_statement='all'parameter todefault_conf();
Assets
2
funbringer
released this
- introduced
default_conf(); - don't remove
base_dirif it was provided by user;