Fixed
Details
Assignee
Heng Sin LowHeng Sin LowReporter
Heng Sin LowHeng Sin LowComponents
Fix versions
Priority
Major
Details
Details
Assignee
Heng Sin Low
Heng Sin LowReporter
Heng Sin Low
Heng Sin LowComponents
Fix versions
Priority
Created February 18, 2020 at 1:12 AM
Updated August 6, 2020 at 1:27 PM
Resolved March 13, 2020 at 10:34 AM
Add PostgreSQL pl/pgSQL implementation of “NVL” function.
The initial idea of replacing “NVL” with “Coalesce” is drop after it cause compatibility problem with Oracle (inconsistent datatype error for Coalesce(<nvarchar column>,<string literal>)).