oslo.db/oslo_db
Mike Bayer a6d2cc57d4 Remove convert_unicode flag
This flag is to be deprecated in SQLAlchemy version 1.3,
as it is a leftover from the pre-Python 3 legacy days when
DBAPIs under Python 2 would crash if you passed them a
u'' object.   While still available in 1.3, it will emit a
deprecation warning, so it's time to stop using this flag and to
locate any downstream Openstack projects that might be relying
on its behavior in a Python 2 context; the flag has no real effect
on Python 3.

Change-Id: I01984b4ff7e03dcf91ef8dcb05da67dda8270ae3
References: https://github.com/sqlalchemy/sqlalchemy/issues/4393
2018-12-21 12:50:25 -05:00
..
locale Imported Translations from Zanata 2018-03-01 06:16:38 +00:00
sqlalchemy Remove convert_unicode flag 2018-12-21 12:50:25 -05:00
tests Merge "Move warnings to their own module" 2018-10-30 03:35:54 +00:00
__init__.py Move files out of the namespace package 2014-12-24 13:28:48 +02:00
_i18n.py Update the documentation link 2017-08-23 14:46:27 +08:00
api.py Improve exponential backoff for wrap_db_retry 2018-04-13 09:26:12 +08:00
concurrency.py Remove log translations 2017-03-30 08:42:42 +08:00
exception.py Move warnings to their own module 2018-10-17 14:04:42 +01:00
options.py Deprecate min_pool_size 2018-04-30 15:39:13 +00:00
warning.py Move warnings to their own module 2018-10-17 14:04:42 +01:00