Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable parentheses for SQLFunctionExpression when no parameters #35

Closed
hisystems opened this issue Mar 15, 2012 · 1 comment
Closed
Assignees

Comments

@hisystems
Copy link
Owner

Some system functions that have no parameters should not be passed with empty parentheses i.e. FUNCTION(). They should instead by passed without parentheses. Provide an option so that the parentheses are included as this may be required on particular database systems. By default, if no arguments are supplied then the parentheses should not be included.

@ghost ghost assigned hisystems Mar 15, 2012
@hisystems
Copy link
Owner Author

Add property to SQLFunctionExpression called IncludeParenthesesWhenArgumentsEmpty which is false by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant