Skip to content

Support for trim string filter #48

@tpow

Description

@tpow

I thought this might be helpful for others (and to remind me to create a PR):

OData v4 has a trim string function. I believe this can be implemented in property.py like this:

def trim(self):
    return u'trim({0})'.format(self.name)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions