Open
Description
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
Labels
No labels