neutron-dynamic-routing/neutron_dynamic_routing/db
Nate Johnston 4212b70538 Fix outerjoin to comply with SQLAlchemy 1.3 strictness
The outerjoin in neutron_dynamic_routing/db/bgp_db.py does not meet
with the stricter new standards in SQLAlchemy 1.3, so this finds a
more compliant form.

[1] https://docs.sqlalchemy.org/en/13/changelog/migration_13.html#query-join-handles-ambiguity-in-deciding-the-left-side-more-explicitly

Change-Id: I603a2febb1755b6db17e6ac9cb22015a1f3336d4
Closes-Bug: #1898634
2020-10-08 05:01:55 +00:00
..
migration Fix pep8 issues with import order 2018-04-12 04:39:13 -07:00
__init__.py Added alembic DB migration framework 2016-05-03 15:50:51 +00:00
bgp_db.py Fix outerjoin to comply with SQLAlchemy 1.3 strictness 2020-10-08 05:01:55 +00:00
bgp_dragentscheduler_db.py use context manager from neutron-lib 2018-12-03 13:29:08 -07:00