cancel
Showing results for 
Search instead for 
Did you mean: 

Advantage returning wrong value on Null in Delphi Tokyo

0 Kudos

Trying Delphi 10.2.1 Tokyo and came across an interesting bug, a simple stat,ment that returns a null value such as:

Select Cast(Null AS SQL_MONEY) Value From System.iota;

Returns a value of: -922337203685477.58, instead of Null

(Test by attaching a DBGrid to DataSOirce to AdsQuery)

Did same test with FDQuery (FireDac) using ADS driver, and it works properly.

Accepted Solutions (1)

Accepted Solutions (1)

joachim_drr
Contributor
0 Kudos

Answers (0)