Skip to content

Conversation

@bobbysmith007
Copy link

I had a column that looked like
CASE WHEN EXISTS( SELECT id FROM payments WHERE payments.payment_key = rental_applications.payment_key AND payments.status = 'ACCEPT') THEN '1' ELSE '0' END as is_paid,

that when parsed would not unparse without this patch

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.

1 participant