Duplicate Values Bug in 3.2

We just upgraded our version to 3,2,1 and immediately saw some errors in SQL database results. Using a simple SQL Server read, this statement below repeats the line in a text columm.  See the first picture.

SELECT NAME
FROM  dbo.SALESLINE 
WHERE  MODIFIEDDATETIME BETWEEN '2016-06-01 00:00:00.000' AND '2016-06-30 23:59:59.000'

When I remove the WHERE clause, the data returned is just fine. Is this a known bug?  Is there a work around?

 

Since not all rows contain duplicate strings it's not a general problem. And I would be very surprised if there was a piece of code that randomly duplicates strings. Are you sure that the values in the database don't have the duplicates? Also you should enlarge the row height in the right table in you screenshot and check whether there are really no duplications (for the same rows!).