nhost icon indicating copy to clipboard operation
nhost copied to clipboard

Selecting circle as a column type will break edit table view

Open robertkasza opened this issue 3 months ago • 0 comments

Error:

{
    "error": "query execution failed",
    "path": "$[1]",
    "code": "postgres-error",
    "internal": {
        "arguments": [],
        "error": {
            "description": null,
            "exec_status": "FatalError",
            "hint": "Use an explicit ordering operator or modify the query.",
            "message": "could not identify an ordering operator for type circle",
            "status_code": "42883"
        },
        "prepared": false,
        "statement": "SELECT ROW_TO_JSON(TABLE_DATA) FROM (SELECT * FROM public.atestdsafsadas ORDER BY 1 ) TABLE_DATA;"
    }
}

Note: Check other types too

robertkasza avatar Sep 01 '25 11:09 robertkasza