-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
The Script as Drop for Function and Procedures includes the Default Keyword.
To Reproduce
Steps to reproduce the behavior:
- Go to Connections
- Click on Connect to a database
- Scroll down to a function with parameters with default values
- click right and select "Script as Drop"
- Try to execute
- See error: syntax error at or near "DEFAULT"
Expected behavior
I Expect the SQL Dropstatement to be generated without the DEFAULT Keyword and Value.
Same happens with the
ALTER FUNCTION ....
OWNER TO ...; Statement at the end of a Script as Create
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working