Converting a file to a SQL file Permanently deleted user Created April 23, 2020 10:21 How can I convert a file to a SQL file? In the example above, I would like to convert Training set - V2.sql to the same type as Training set - V1.sql.
You can configure file types according to https://www.jetbrains.com/help/pycharm/creating-and-registering-file-types.html#change-extension
Make sure all *.sql files are configured as SQL type.
Andrey Resler Thank you for your answer!
My file types configurations sound all good:
And yet one specific .sql file is still not considered as SQL:
What is even weirder is that changing the name fixes the issue:
Check patterns under Text file type, you may have a specific patter for that file there. If that doesn't help, I suggest trying **File | Mange IDE Settings | Restore Default Settings**