Skip to content

Improve default implementation of dbQuoteString() and dbQuoteIdentifier() #77

@krlmlr

Description

@krlmlr
  • Single quotes for Strings: http://stackoverflow.com/a/1992331/946850, escape by repetition~~, escape backslash, escape single quote with backslash~~
  • Double quotes for Database stuff, escape by repetition
  • Vectorize dbQuoteString()
  • Add dots in dbQuoteIdentifier()
  • Return "SQL" object

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