escape tables/columns names in Finder left join queries #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Finder<> does not escape tables/columns in left join queries, sample:
"... LEFT JOIN public.language AS language ON person.language_id = language."id" ..."
Similar problem exists when creating FROM query:
"SELECT types."id", types."attachment_id", types."name" FROM public.types AS types WHERE types."attachment_id"=241"