wagonhq / feedback

A place to discuss Wagon features and fixes, join us on Slack at
http://band.wagonhq.com
6 stars 0 forks source link

Run query shortcut is not respecting query scope like it used to #53

Open hernamesbarbara opened 8 years ago

hernamesbarbara commented 8 years ago
select 1;
select 2;

place your cursor inside the first query and hit command+return

expect - 1 observed - 2

image

image

mdeland commented 8 years ago

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.