Join multiple criteria together
Bug #1449850 reported by
Dave Chen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Glance |
In Progress
|
Low
|
Kamil Rykowski | ||
OpenStack Identity (keystone) |
Won't Fix
|
Low
|
Dave Chen |
Bug Description
SQLAlchemy supports to join multiple criteria together, this is provided to build the query statements when there is multiple filtering criterion instead of constructing query statement one by one, just *assume* SQLAlchemy prefer to use it in this way, and the code looks more clean after refactoring.
Changed in keystone: | |
assignee: | nobody → Dave Chen (wei-d-chen) |
description: | updated |
Changed in keystone: | |
status: | New → In Progress |
Changed in keystone: | |
milestone: | none → liberty-1 |
Changed in keystone: | |
status: | In Progress → Opinion |
Changed in keystone: | |
status: | Opinion → In Progress |
Changed in keystone: | |
importance: | Undecided → Low |
Changed in glance: | |
status: | New → In Progress |
assignee: | nobody → Kamil Rykowski (kamil-rykowski) |
importance: | Undecided → Low |
Changed in keystone: | |
milestone: | liberty-1 → none |
To post a comment you must log in.
patch https:/ /review. openstack. org/#/c/ 133135/