Skip to content

rowid not found #192

@simeonackermann

Description

@simeonackermann

What happens?

trying to use the pseudo column rowid in sql("SELECT ...") clause

To Reproduce

import duckdb
r1 = duckdb.sql("SELECT 42")
duckdb.sql("SELECT rowid,* FROM r1").show()

OS:

Linux

DuckDB Package Version:

1.3.2

Python Version:

3.13.7

Full Name:

Simeon

Affiliation:

KMI Leipzig

What is the latest build you tested with? If possible, we recommend testing with the latest nightly build.

I have tested with a stable release

Did you include all relevant data sets for reproducing the issue?

Yes

Did you include all code required to reproduce the issue?

  • Yes, I have

Did you include all relevant configuration to reproduce the issue?

  • Yes, I have

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions