torvista / Zen_Cart-Structured_Data

Plugin that adds Schema, Facebook and Twitter structured markup to all pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Minor query rewrite

mc12345678 opened this issue · comments

I've seen some cases where it really makes a difference and some where it doesn't matter. This query has a few left join tables and the query looks like it will pull all of the data together efficiently, but I see that in joining the one take to the other that language appears to be something of an after thought instead of as a key to the design.

It seems that the query would be improved by associating the fields of the tables more closely / consistently.

Pr #16 applies.

ok