# Changelog: * Abstract common DB methods in mysql.db.DB class and use it as base to implement PgDB, OracleDB and MyDB * CI now run pylint & flake8 * Code cleaning * PgDB: Fix tests * Add doc about pip install method * Code cleaning * config: split console logging between stdout & stderr base on level * config: code cleaning * Add the Dockerfile to build the docker brenard/mylib:dev-master image * Add the Dockerfile to build the docker brenard/mylib:latest image * ldap: add option to disable referral following * oracle: fix closing cursors * ldap: Work-arround with AD invalid return on searching objects * Config: allow access/setting config options as with a dict