Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rikgarner opened this issue Mar 20, 2017 · 0 comments
Open

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

rikgarner opened this issue Mar 20, 2017 · 0 comments

Comments

@rikgarner
Copy link

rikgarner commented Mar 20, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant