|
|
Team Grails Forum,
Please, ignore this question. It seems that my data provider for my legacy domain mapping class, "deliberately" inserted duplicated rows in a table. As I have provided "id generator" in the domain mapping, the actual SQL Server table does not have a unique constraint. I believe GORM was having trouble handling this inconsistency and simply "ignore" the duplicated rows for the list() operation.
Cordially,
Entaro Adun.
|