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

Debug query for transactions. #1510

Closed
TatriX opened this Issue Jan 24, 2018 · 1 comment

Comments

Projects
None yet
2 participants
@TatriX

TatriX commented Jan 24, 2018

If there is a way to see what SQL will be run with transactions?
It seems that debug_query can't handle it.

@sgrif

This comment has been minimized.

Member

sgrif commented Jan 24, 2018

No, we don't have anything to log what SQL is run for a transaction. The SQL is BEGIN and COMMIT or ROLLBACK.

@sgrif sgrif closed this Jan 24, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment