File: add-support-for-fetching-specific-column-in-OVO-81b764b203849776.yaml

package info (click to toggle)
python-neutron-lib 3.18.2-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 7,652 kB
  • sloc: python: 22,800; sh: 145; makefile: 24
file content (9 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
features:
  - |
    Add method ``get_values`` in ``neutron_lib.db.model_query``.
    This method allow callers to fetch specific column from
    a database model.
    Add keyword parameter ``field`` to method ``query_with_hooks``.
    The default value of this parameter is None.
    Callers can set this parameter to query specific column.