zuul/zuul/driver/sql
Clark Boylan 3acb7ba02a Handle dict extras in Voluptuous Schema
Not sure if schema requirements changed but it is no longer valid to
use:

  Schema({}, extra=True)

The docs say that should be avoided and instead you should use:

  Schema(dict)

To indicate a dict that can have any key: value pairs. Additionally
extra=True appears to be replaced with extra=ALLOW_EXTRA so update that
in cases where we have some subset of desired keys.

Change-Id: I3dc966dae534416f2b601ec8d299e1d0e3651e7b
2017-04-12 09:33:32 -07:00
..
alembic_reporter Make sql reporter score null when not set 2017-03-28 08:40:58 +11:00
__init__.py Port SQLAlchemy reporter to v3 driver structure 2017-03-17 16:17:56 -07:00
alembic.ini Make sql reporter score null when not set 2017-03-28 08:40:58 +11:00
sqlconnection.py Handle dict extras in Voluptuous Schema 2017-04-12 09:33:32 -07:00
sqlreporter.py Make sql reporter score null when not set 2017-03-28 08:40:58 +11:00