Closed rajlearner17 closed 2 years ago
Is your feature request related to a problem? Please describe. The ad-hoc fix can be reverted back to use in operator
in
from (b.name = 'main' or b.name = 'master')to in ('main', 'master')
(b.name = 'main' or b.name = 'master')
in ('main', 'master')
Depends on SDK Update
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. The ad-hoc fix can be reverted back to use
in
operatorfrom
(b.name = 'main' or b.name = 'master')
toin ('main', 'master')
Depends on SDK Update
Describe the solution you'd like A clear and concise description of what you want to happen.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.