Skip to content

2D Array throws an error on GET #288

Closed
@jbeard4

Description

@jbeard4

Hello,

I have found that a column declaration like this:

db.Column(db.ARRAY(db.Float))

Which contains a 2D array (as is supported in, for example, Postgresql), yields an error on get:

  "message": "float() argument must be a string or a number, not 'list'"

Are 2D arrays supported by graphene-sqlalchemy?

Thank you for your help with this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions