The same query does not work in Golang (cannot read data - returns 0 value) and works in PostgreSQL
SELECT "Hash", "Name", "Type_id", "Image", "Active", "Set", "CreationTime" FROM "Product" WHERE "Hash"::text in (select u from unnest( string_to_array('1,2,3',',') ) u) ORDER BY "Hash" LIMIT 999999999 OFFSET 0