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
Toolbox likes to change things in project.json to lowercase, but Linux is case-sensitive. So, I lose file connection when they have capital letters (at least in Data store properties, but probably elsewhere too).
The text was updated successfully, but these errors were encountered:
Looks like we use os.path.normcase to make urls (sqlite:/// etc.) into lower case even if the sqlite file name or path contains capital letters. I see how that could be a problem on Linux but it seems that it's intentional because we even have tests for this. @soininen do you know what's going on here?
Toolbox likes to change things in project.json to lowercase, but Linux is case-sensitive. So, I lose file connection when they have capital letters (at least in Data store properties, but probably elsewhere too).
The text was updated successfully, but these errors were encountered: