Skip to content

Key ambiguity  #73

@Jwink3101

Description

@Jwink3101

When using integer keys, they are converted to strings. Therefore:

mysqlitedict['1'] = 'ONE'
mysqlitedict[1] = 1

all refer to the same thing.

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