I have a little problem with the creation of a table (for a database) in Java.
Currently, I\'m using IntelliJ IDEA and when I write the code for creating a table the tex
The message:
No data sources are configured to run this SQL and provide advanced code assistance.`
is a little explicit and IMHO a little unnecessary, because I really think that I don't need to configure a database for every project in which we have some SQL queries.
To handle this message, you have two options:
or
You may need to disable as well No data sources configured inspection on:
Inspections -> SQL -> No data sources configured
The second option is the best approach for me unless you really want or need a Data Source in your project.