Skip to content

Fix db.Setting.set_value (pin sqlalchemy>=1.3.12) #19

Closed
@chrisjsewell

Description

@chrisjsewell

First noted in #16. The value column in db.Setting is set as a value = Column(JSON()). However, this fails on directly storing integer/float values (actually its seems to serialize them correctly, but then fail on deserialize). Maybe store as {"value": value}.

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