-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugSomething isn't workingSomething isn't working
Description
When using a nested array with Piccolo Admin, for example:
from piccolo.table import Table
from piccolo.columns import Array, BigInt
class MyTable(Table):
my_column = Array(Array(BigInt()))This error is raised by FastAPI:
AssertionError: Param: my_column can only be a request body, using Body()
I'm not sure how hard it will be to solve, but it would be nice to have basic nested array support.
Related to piccolo-orm/piccolo#936
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
To do