How do i return a struct from the DB? Select Column has no option for structs.
I managed to fix the rows being duplicated by forcing a garbage collect between each save. It seems some objects were left trailing in memory after I set them to null in my save routine.