Disabling command syntax checking??
Hi DataGrip Team,
Is there any way to disable SQL command syntax checking in DataGrip 2016.3.2? The database I'm connected to has a subset of commands that do not conform to ANSI SQL. For example, "show tables;" will return a result set with all the tables found in the database.
However, DataGrip will not execute the "show tables;" statement. A message saying "Nothing to run" appears. I've disabled all Editor-->Inspections, but that has not helped.
Standard ANSI SQL statements (SELECT, CREATE TABLE, for example) work without issue. I basically want to suppress all syntax checks and let DataGrip assume I've typed a valid command to execute.
Thanks!
Please sign in to leave a comment.
Hi,
Select <Generic> dialect for your data source. It could be done either in driver settings or in global project dialect option.
Thank you.