Skip to content

ADD back support for IN() statements

kik requested to merge handle_IN into master

Something changed, in both rails-6 and rails-7 (but in a different way in both), causing sql IN() statements not to work anymore, because the bounded values were not correctly retrieved.

Merge request reports