StoredProcedure enhancement to allow parameters to be optional [SPR-3510] #8193
Labels
has: votes-jira
Issues migrated from JIRA with more than 10 votes at the time of import
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: bulk-closed
An outdated, unresolved issue that's closed in bulk as part of a cleaning process
toddmcgrath opened SPR-3510 and commented
Extending StoredProcedure is working great.
There are times when I don't want to supply a MinPrice, MaxPrice values and use the defaults I've set in the sproc. But, I can't figure out how to avoid having to set every parameter declared. Know what I mean? Example- if I set 5 of the parameters in the map, I receive an exception about requiring 7 inputs.
Forum Reference: http://forum.springframework.org/showthread.php?t=39086
Issue Links:
SimpleJdbcCall
[SPR-12801] #17398 Support for named parameters in SimpleJdbcCall12 votes, 8 watchers
The text was updated successfully, but these errors were encountered: