neutron/neutron/db/extra_dhcp_opt
Kevin Benton 00785f6869 Switch to 'subquery' for 1-M relationships
This switches to the use of subqueries for 1-m relationships
which will result in a higher constant query factor but will
eliminate the potential for cross-product explosions.

Conflicts:
	neutron/db/models/l3.py
	neutron/db/models/metering.py
	neutron/db/models/segment.py
	neutron/db/models/tag.py
	neutron/db/models_v2.py
	neutron/plugins/ml2/models.py

Closes-Bug: #1649317
Change-Id: I6952c48236153a8e2f2f155375b70573ddc2cf0f
(cherry picked from commit 54a3dd605a)
2017-03-27 11:03:53 +00:00
..
__init__.py Integrate the Extra Dhcp Opt VersionedObject in Neutron 2016-04-07 16:44:33 +01:00
models.py Switch to 'subquery' for 1-M relationships 2017-03-27 11:03:53 +00:00