Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Data operations don't handle apostrophes in string literals #13

Description

For example:
INSERT NODE INTO RailwayStations (Id, StationName) VALUES (1,'St. Peter's Square')
fails because of the apostrophe in St Peter's. Have tried various escape sequences but none seem to work (including the usual t-sql double quote).

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