microsoft/GraphView

Data operations don't handle apostrophes in string literals

rikgarner opened this issue · 0 comments

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).