Data operations don't handle apostrophes in string literals
rikgarner opened this issue · 0 comments
rikgarner commented
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).