escape tables/columns names in Finder left join queries #2

Closed
opened 2021-03-12 12:45:47 +01:00 by tomasz.sowa · 1 comment
Owner

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
Author
Owner

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"

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"
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tomasz.sowa/morm#2
No description provided.