opendns / lemming

OpenDNS Data Systems Automation
Apache License 2.0
3 stars 5 forks source link

lomax: Make the database table input sequence agnostic. #53

Closed simar7 closed 8 years ago

simar7 commented 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.

simar7 commented 8 years ago

Commit 5ecbae5fe22a277078a0331e0d43ee50ad05bade resolves this.