Skip to content

Conversation

@jmgasper
Copy link
Contributor

No description provided.

@jmgasper jmgasper merged commit e9508f6 into master Jan 12, 2026
4 checks passed
ON m."userId"::text = em.member_id
LEFT JOIN identity."user" u
ON u.user_id::text = em.member_id
ON u.user_id = m."userId"::numeric(10, 0)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[❗❗ correctness]
The change from u.user_id::text = em.member_id to u.user_id = m."userId"::numeric(10, 0) could potentially introduce issues if m."userId" contains non-numeric characters or if the conversion fails. Ensure that m."userId" is always a valid numeric value before this conversion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants