Skip to content

Missing ON COMMIT PRESERVE ROWS in Oracle CREATE GLOBAL TEMPORARY TABLE #750

@admivsn

Description

@admivsn

I believe the bug is in https://github.com/tidyverse/dbplyr/blob/main/R/backend-oracle.R line 120:

image

Should look more like this https://github.com/r-dbi/odbc/blob/74ad62c275b1c95a70814707901bdafd8fc2d2b6/R/db.R#L32 line 15:

image

The effect of this is that anything with temporary = TRUE (e.g. copy_to or compute will result in an empty temporary table. Using {odbc} to connect.

Metadata

Metadata

Assignees

No one assigned

    Labels

    backend 🕺bugan unexpected problem or unintended behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions