MetaModels / attribute_tags

The tags attribute
GNU Lesser General Public License v3.0
0 stars 10 forks source link

[RTM] hotfix to update query check and add left join tl_metamodel_tag_relation #63

Closed zonky2 closed 6 years ago

zonky2 commented 7 years ago

hotfix to update query check and add left join tl_metamodel_tag_relation - we can check e.g. is a column in where clause is ambiguous...

discordier commented 7 years ago

Related to #62?

zonky2 commented 7 years ago

it´s not related to #62

this PR complete the SQL check e.g. to examine the where input has parameter the right table postfix

for example - we have a relation to tl_page and add as where id = 1 - this is not correct - we must write tl_page.id = 1

zonky2 commented 6 years ago

add https://github.com/MetaModels/attribute_tags/commit/d4b7896e3ceab1eed4029ae22dd364bd32eba177