Fixed multiple small issues with the new teams feature.
Comments: Fixed an issue where @mentions were not highlighted in saved comments, and where text that looked like an HTML tag was silently removed from a comment instead of being shown exactly as it was typed.
Oracle - Structural no longer copies Oracle collection columns to the destination database. Collection columns include nested tables and VARRAYs. These columns were never written correctly, and Oracle's data loading tools cannot represent them. Instead, in the destination, Structural sets these columns to NULL. The job includes a warning that names the affected table and columns. Structural returns the same warning for other Oracle column types that Structural cannot write, such as BFILE and the URI types. Previously, Structural emptied these columns without notice. A job that copies a table that contains any of these column types now finishes with the status Completed with warnings.
Fixed an issue that could cause a subsetting job to write rows whose referenced parent rows were missing, so that applying foreign key constraints failed at the end of the job. This happened when a table was reachable from a subset target through paths of different lengths, and it affected all data connectors that support subsetting.