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: Thanks Jim, This is a path I hadn't considered. I will create a spike and see how it goes.
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: Thanks Jim, This is a path I hadn't considered. I will create a spike and see how it goes.