yii2-taggable icon indicating copy to clipboard operation
yii2-taggable copied to clipboard

Added table name in the join condition

Open g4web opened this issue 7 years ago • 1 comments

Without specifying the table name in join condition, an error is thrown: SQLSTATE[42702]: Ambiguous column: 7 ERROR: column reference "id" is ambiguous LINE 1: ...tag".* FROM "tag" INNER JOIN "article_tag" "j" ON "id"="j"."...

g4web avatar Jun 26 '17 15:06 g4web

*This error is caused by using postgres

g4web avatar Jun 26 '17 15:06 g4web