code completion insert double quotes
Since I've upgraded to the new version, DataGrip is now surrounding table names with double quotes upon code completion. I can't find where to turn off this option. Can some point me in the right direction?
Example:
select * from "table1"."column1"
I'd like this to say:
select * from table1.column1
Please sign in to leave a comment.
Hi,
Could you specify DataGrip version and database you're working with?
Thank you.
2016.3 and Oracle.
2017.3 and Oracle
2017.3 and Oracle
https://youtrack.jetbrains.com/issue/DBE-5531