Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

How to read an hstore as a hash (instead of a string)? #119

@eugenemiretsky

Description

@eugenemiretsky

Reading from an HStore returns a string, for example:
user.date["friends"] = [123,234]
user.save
user.date["friends"]
=> "[123, 234]"

Is it possible to make it return the appropriate data type?

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