Skip to content

Wrong escaping BLOB data with NULL for SQL Server #983

Description

@krlmlr
dbplyr::escape(
  blob::blob(raw(3), NULL),
  parens = FALSE,
  collapse = NULL,
  con = dbplyr::simulate_mssql()
)
#> <SQL> (0x000000)
#> <SQL> (0xNULL)

Created on 2022-08-23 by the reprex package (v2.0.1)

Should be plain NULL .

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugan unexpected problem or unintended behavior

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions