You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a sqlalchemy generated query SELECT count(*) AS "COUNT" FROM TAB, the output generated is [{'count': xxx }], this should be [{'COUNT': xxx }] instead.
ENV:
Python 3.8.7
nzalchemy 11.0.2
nzpy 1.15
For a sqlalchemy generated query
SELECT count(*) AS "COUNT" FROM TAB, the output generated is [{'count': xxx }], this should be [{'COUNT': xxx }] instead.