This release solves a bug introduced while backporting
#6464 and #6475.
Specifically, a dangling undefined variable remained in the
code, causing some SqlWalker
functionality to misbehave.
The undefined variable wasn't noticed due to it being placed
in an empty()
expression.
Total issues resolved: 1