Does anyone know how to disable SQL validation in Intellij IDEA 9?
We often have multiple connections to another type of database in the same class. IntelliJ only allows one SQL dialect for each class, which causes IntelliJ to consider errors, so it puts my code with red lines.
Ideally, I would just like to completely disable errors, as they are distracting, not real errors.
source
share