pietermartin / sqlg

TinkerPop graph over sql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

postgresql streaming string arrays fails if there is a `{` or `}` char

pietermartin opened this issue · comments

The PostgresDialect.escapeSpecialCharacters needs to cater for { and }

Seems pre and postfix spaces also need to be escaped.