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

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

Open
hernamesbarbara opened this issue Jun 22, 2016 · 1 comment
Open

Comments

@hernamesbarbara
Copy link

select 1;
select 2;

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

expect - 1
observed - 2

image

image

@mdeland
Copy link
Member

mdeland commented Jun 22, 2016

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.

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

2 participants