Replace deprecated SQLAlchemy query.values() method.
commit29905b4e0b9561ef5acc5a5108cabef8620a2bcc
authorMark Sapiro <mark@msapiro.net>
Fri, 9 Dec 2022 17:58:29 +0000 (9 17:58 +0000)
committerMark Sapiro <mark@msapiro.net>
Fri, 9 Dec 2022 17:58:29 +0000 (9 17:58 +0000)
treeb38d217a388c264ccf232bff72faf27c9149fb93
parent882452fd7624836ba9ada6ecc8b492d0b79451c4
Replace deprecated SQLAlchemy query.values() method.

This fixes possible truncated results from queries with MariaDB and possibly MySQL DBMs.

Fixes #1044
src/mailman/docs/NEWS.rst
src/mailman/model/listmanager.py