You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2021. It is now read-only.
BUG: refs #0326. Add an explicit case to deleting a linked feed, for pgsql.
Postgres will not automatically do the type conversion from integer to string,
which causes a problem when we delete an item and we are trying to find feed
rows that have as their ressource the deleted item's id. So for pgsql we
must explicitly cast the itemId to a string, to match the varchar type
of the ressource column in the feed table.
0 commit comments