I33Buckler commented on issue #1260: URL: https://github.com/apache/age/issues/1260#issuecomment-1762776006
Have changed the quote_ident() function to format() to ensure the service_key value is quoted. ``` format('"%s"',service_key), ``` This now results in the operation terminating with the following message. ``` ERROR: syntax error at or near "," Where: PL/pgSQL function create_trips(text,text,text,text,text,text,integer,text,integer) line 5 at EXECUTE SQL statement "SELECT public.create_trips (graph_name, a.service_key, a.service_id,a.trip_id, a.trip_headsign,a.route_id, a.direction_id, a.shape_id,a.wheelchair_accessible) from (select * from trips where row_num=counter) a" PL/pgSQL function inline_code_block line 9 at PERFORM` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org