Finder<> does not escape tables/columns in left join queries, sample:
"... LEFT JOIN public.language AS language ON person.language_id = language."id" ..."
Finder<> does not escape tables/columns in left join queries, sample:
"... LEFT JOIN public.language AS language ON person.language_id = language."id" ..."
tomasz.sowa
added the bug label 2021-03-12 12:45:47 +01:00
tomasz.sowa
self-assigned this 2021-03-12 12:45:47 +01:00
"SELECT types."id", types."attachment_id", types."name" FROM public.types AS types WHERE types."attachment_id"=241"
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"
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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"