Files
sqlalchemy/test/base
Mike Bayer f1a409ecdd warn for result.columns() method
A warning is emitted when calling upon the :meth:`.Result.columns` method
with only one index, in particular ORM related cases, indicating that the
current behavior of :meth:`.Result.columns` is broken in this case and
will be changed in 2.0.  To receive a collection of scalar values,
use the :meth:`.Result.scalars` method.

Fixes: #7953
Change-Id: I3c4ca3eecc2bfc85ad1c38000e5990d6dde80d22
(cherry picked from commit fe2045fb1c)
2022-04-21 13:36:51 -04:00
..
2022-03-11 11:30:11 -05:00
2020-09-28 15:17:26 -04:00