Code Inspections in MySQL
Last modified: 13 May 2022This topic lists all GoLand code inspections available in MySQL.
You can toggle specific inspections or change their severity level on the Editor | Inspections page of the IDE settings Ctrl+Alt+S.
Inspection | Description | Default Severity |
---|---|---|
LOAD statement path | Reports paths that start with the tilde character in LOAD statements. Example (MySQL):
Instead of the tilde character, use a full path to the file. | |
Unsupported syntax in pre-8.0 versions | Reports invalid usages of UNION in queries. The inspection works in MySQL versions that are earlier than 8.0. Example (MySQL):
| |
Thanks for your feedback!
Was this page helpful?