pgadapter icon indicating copy to clipboard operation
pgadapter copied to clipboard

Like with an escape clause fails

Open olavloite opened this issue 1 year ago • 2 comments

ERROR: Postgres function like_escape(text, text) is not supported - Statement: 'select s1_0.id,s1_0.active,s1_0.created_at,s1_0.first_name,s1_0.full_name,s1_0.last_name,s1_0.updated_at from singers s1_0 where s1_0.last_name like $1 escape '\''

olavloite avatar Feb 10 '24 06:02 olavloite