Skip to content

Cannot access entity with Edm.Binary key #187

Closed
@inxonic

Description

@inxonic

Entity URL segment is generated as EntityNameSet(BASE64) though the server expects EntityNameSet(binary'BASE16').

Reproducer:

items = entity_sets.EntityNameSet.get_entities().select('Guid').top(1).execute()
print(items[0].Description)

Debug output here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions