Needs review
Project:
File (Field) Paths
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
23 Jan 2026 at 13:30 UTC
Updated:
26 Jan 2026 at 01:00 UTC
Jump to comment: Most recent
Comments
Comment #2
shenzhuxi commentedComment #5
nickolajFixed the PostgreSQL compatibility issue by changing the target_id condition from comparing against an empty string to using a numeric comparison (`> 0`). This resolves the "invalid input syntax for type bigint" error.