DF19.1
SQLExpress 12

I have this query which returns the expected rows\columns when trying it on MS SQL Studio Manager however the Description column is always returned as blank when run from Dataflex

"select PaymentNo, CreatedBy, CreatedDate, Client, [Name], Amount, Department,[Description] from Payments where Approved = 'N' and Declined = 'N' order by 1"

The Name column is also a keyword and is enclosed in [] and it returns the correct data.

I renamed the Description column to something else and it worked. Not sure if it is a bug or whether this has been solved in DF20