oslo.db/oslo_db/sqlalchemy/compat
Mike Bayer c4843bcf14 Workaround non-compatible type.adapt() for SQLAlchemy < 1.1
The ndb change that makes use of String.adapt() to produce a new
object breaks on SQLAlchemy < 1.1 because adapt() there does
not allow for kwargs to override those already
present in the type.

Change-Id: I8cc79dc9bebcb3cb3accf76559bc969c2dae7ed9
2017-08-10 17:23:59 -04:00
..
__init__.py Remove sqlalchemy < 1.0.0 compatible layer 2016-03-14 22:59:31 +08:00
utils.py Workaround non-compatible type.adapt() for SQLAlchemy < 1.1 2017-08-10 17:23:59 -04:00