Skip to content

Field alias does not maintain case #54

Open
@denniswambua

Description

@denniswambua

Created a field with camel casing
CountField(field="json->>'%s'" % unicode(column), alias="Count")]
The results comes with the count as all small letters.

[{'count': 7L, 'gender': u'male'}, {'count': 1L, 'gender': u'female'}]

Is there a way to maintain the casing as set in the alias property?

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