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
Account for DB aliases when recording transaction state
The logic in SQLPanel.generate_stats() did not properly account for the
DB alias when marking transactions as ended. It would always mark the
previous query as ending the transaction even if the previous query was
from a different DB alias.
Update the code to track the last query by alias so that the correct
query can be marked as ending the transaction.
0 commit comments