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
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.
The text was updated successfully, but these errors were encountered:
Using ejc as of commit 6eecf51 if I do:
M-x get-ejc-temp-buffer
enter:
Call
C-c C-c
on each one then pressM-,
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:
If the behavior is not a bug, I'd like to know how others solve this issue.
The text was updated successfully, but these errors were encountered: