Skip to content

fixes BUG-44759:Avoided comparation with null in Oracle

When doing a comparison like ''<>'OB', the '' part is considered as NULL by Oracle, which causes an error. This patch fixes that.

Merge request reports