Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

R: Incompatibility with DBI::dbConnect #295

Open
@rplati

Description

@rplati

When inspecting an R-kernel, the extension works until I establish a connection to a database withDBI::dbConnect. After that, no newly declared variables will appear in the Variable Inspector. Using JupyterLab 4.0.10, R 4.3.2 and Variable Inspector v3.1.0 on Red Hat Enterprise Linux 9.3, but I’ve noticed the same issue with older versions as well.

# works fine at firsta <- 1con <- DBI::dbConnect(odbc::odbc(),                      .connection_string="Driver={ODBC Driver 18 for SQL Server};                                     Server=<server\\instance>;                                     Database=<database>;                                     Integrated_Security=True;                                     Trusted_Connection=Yes;                                     TrustServerCertificate=Yes")# the new variable will not appear after DBI::dbConnect() callb <- 2# the issue persists even after DBI::dbDisconnect()DBI::dbDisconnect(con)c <- 3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp