Closed simar7 closed 8 years ago
We need to support both possible combinations that are possible for a JOIN statement by adding both x,y and y,x to the list of possible switch cases the code branches that are possible. Currently only one out of the two is handled.
Commit 5ecbae5fe22a277078a0331e0d43ee50ad05bade resolves this.
We need to support both possible combinations that are possible for a JOIN statement by adding both x,y and y,x to the list of possible switch cases the code branches that are possible. Currently only one out of the two is handled.