You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have tracked this down to an issue where quoted strings are treated differently in postgres 9.x and Redshift. Matt\'s is an invalid postgres string literal, but a valid redshift one, and it messes up Wagon's ability to separate queries.
place your cursor inside the first query and hit
command+return
expect - 1
observed - 2
The text was updated successfully, but these errors were encountered: