← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1449850] [NEW] Join multiple criteria together

 

Public bug reported:

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.

** Affects: keystone
     Importance: Undecided
     Assignee: Dave Chen (wei-d-chen)
         Status: New

** Changed in: keystone
     Assignee: (unassigned) => Dave Chen (wei-d-chen)

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1449850

Title:
  Join multiple criteria together

Status in OpenStack Identity (Keystone):
  New

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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1449850/+subscriptions


Follow ups

References