rez_core 5.0.9 → 5.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -206,7 +206,7 @@ let TaskService = class TaskService extends entity_service_impl_service_1.Entity
206
206
  whereClauses.push(`t.mapped_entity_type = $${idx++}`);
207
207
  params.push(mapped_entity_type);
208
208
  whereClauses.push(`t.mapped_entity_id = $${idx++}`);
209
- params.push(Number(mapped_entity_id));
209
+ params.push(String(mapped_entity_id));
210
210
  if (status) {
211
211
  whereClauses.push(`t.status = $${idx++}`);
212
212
  params.push(Number(status));