SQL - Incorrect conversion of BIGINT values on HIGH_LOW systems
In rare circumstances, BIGINT values were being incorrectly converted on HIGH_LOW systems. This could result in a negative value being returned for a BIGINT on a HIGH_LOW system. The logic has been changed to correct this.