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

ejc-prev-result doesn't show previous result #147

Open
codygman opened this issue Feb 4, 2021 · 0 comments
Open

ejc-prev-result doesn't show previous result #147

codygman opened this issue Feb 4, 2021 · 0 comments

Comments

@codygman
Copy link

codygman commented Feb 4, 2021

Using ejc as of commit 6eecf51 if I do:

M-x get-ejc-temp-buffer

enter:

select 1;
/
select 2;

Call C-c C-c on each one then press M-, and the results for the first query show up.

I expected the results for the last run query. This is either a bug or I don't understand how it's meant to work.

I also don't see how to disambiguate between query results that are very close, for example:

select * from users where signup_date between '2020-01-01' and '2020-01-02';
/
select * from users where signup_date between '2020-01-02' and '2020-01-03';

If the behavior is not a bug, I'd like to know how others solve this issue.

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