For stored procedures there is currently no handling of optional parameters; all parameters are indicated to be non-optional.
I've been trying to find a way to find this information, for instance for information_schema, but the best (and only working) solution is the big blob of SQL from this comment [http://stackoverflow.com/a/15827063](http://stackoverflow.com/a/15827063)
Quite the complex and error-prone way to get the information though.
Has this been discussed ?
Comments: I am going to close this for now as I've made all the parameters optional.
I've been trying to find a way to find this information, for instance for information_schema, but the best (and only working) solution is the big blob of SQL from this comment [http://stackoverflow.com/a/15827063](http://stackoverflow.com/a/15827063)
Quite the complex and error-prone way to get the information though.
Has this been discussed ?
Comments: I am going to close this for now as I've made all the parameters optional.