Unverified Commit 6cd8a6b0 authored by Dimitri Fontaine's avatar Dimitri Fontaine Committed by GitHub
Browse files

Check that we have sequence privileges before selecting metadata. (#212)

In case of permission denied, we would break the whole transaction. It might
be that only some of the sequences are not accessible for the current user,
in which case we want to list them all while SELECT'ing from the ones we are
granted access to.
parent f202a36b
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment