You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
would delete a track FR_TF1_240206_SWAT3_2 but also a track FR_TF1SERIESFILMS_220811_EVENING1_3. This is not intended; it happens because underscore is passed unmasked into SQL level, and in SQL underscore means "match any character". Because underscores are ubiquitous in track names, they have to be properly escaped.
The text was updated successfully, but these errors were encountered:
This command:
would delete a track
FR_TF1_240206_SWAT3_2
but also a trackFR_TF1SERIESFILMS_220811_EVENING1_3
. This is not intended; it happens because underscore is passed unmasked into SQL level, and in SQL underscore means "match any character". Because underscores are ubiquitous in track names, they have to be properly escaped.The text was updated successfully, but these errors were encountered: