BHoM / Mongo_Toolkit

GNU Lesser General Public License v3.0
2 stars 3 forks source link

Override the Move method to avoid going through intermediate BHoM objects #83

Open adecler opened 4 years ago

adecler commented 4 years ago

It would also avoid risks of loosing/modifying some of the data during the double conversion. Apparently, the __Tag__ fields is missing in the target collection when moving across.

adecler commented 1 year ago

Was solved in PR #141 but the PR was closed for lack of reviewer. I will keep this issue open in case this becomes relevant again