Skip to content

bug: TSQL temp table creates permanent ibis_memtable #11374

Open
@JonaGeishauser

Description

@JonaGeishauser

What happened?

Using self.con.create_table(temp=True,...) on the MSSQL Backend, creates a persistent ibis_polars_memtable:

Image

I logged the raw_ddl statement that gets executed by ibis and it uses this syntax which means it actually creates a persistent normal database table if I am not mistaken:

CREATE TABLE [ibis_polars_memtable_rlcxzq53jvg7vkj3w4o2d4725y] ...

What version of ibis are you using?

10.5

What backend(s) are you using, if any?

MSSQL

Relevant log output

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIncorrect behavior inside of ibis

    Type

    No type

    Projects

    Status

    backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions