NVlabs / FPSci

Aim Training Experiments
Other
67 stars 23 forks source link

Replace single quotes w/ correct escape #386

Open bboudaoud-nv opened 2 years ago

bboudaoud-nv commented 2 years ago

This branch replaces ' characters with '' in order to avoid issues with single quotes in database contents (i.e. experiment configuration) breaking writes to the database.

Merging this branch closes #383

bboudaoud-nv commented 2 years ago

Note that this fix could be addressed separately using #385. Only one of the two should be merged.

Currently this branch has the benefit of maintaining field types using our current approach. #385 treats all values as TEXT type.