Whitespace between the function name and the open parenthesis

Last modified: Last modified: 18 September 2025

Reports any whitespace in a function call between the function name and the open parenthesis, which is not supported by default.

Example (MySQL):

SELECT MAX (qty) FROM orders;

Inspection ID: MysqlSpaceAfterFunctionNameInspection