Skip to content

Queries that return nested tuples #4803

@vanillajonathan

Description

@vanillajonathan

What happened?

It compile a query but a is no where in the output. It probably shouldn't compile at all.

PRQL input

from foo
derive {
  a = {
    b = "b"
  },
}

SQL output

SELECT
  *,
  'b' AS b
FROM
  foo

-- Generated by PRQL compiler version:0.13.0 (https://prql-lang.org)

Expected SQL output

No response

MVCE confirmation

  • Minimal example
  • New issue

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions