Skip to content

SELECT count(*) AS "COUNT" FROM TAB generates result_set as [{'count': xxx }] #51

@bhankrisgm

Description

@bhankrisgm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions