#134 new sprintf function allowing multiple key/value replacement#138
#134 new sprintf function allowing multiple key/value replacement#138Nunalves wants to merge 2 commits intoOraOpenSource:masterfrom
Conversation
|
|
||
|
|
||
|
|
||
| /** |
There was a problem hiding this comment.
Good idea. I'll accept this function
| end sprintf; | ||
|
|
||
|
|
||
| /** |
There was a problem hiding this comment.
Since all the code is in one PR I'll accept this but remove this function. It's already handled in standard sprintf
|
@Nunalves I appreciate you submitting the code. I don't think we'll be implementing this for a few reasons:
Let me know if you're ok with these reasons or if I'm missing something. |
|
@martindsouza i appreciate you getting back to me to check my opinion on this. |
|
@Nunalves all very good points and I hadn't considered the concatenation issue. Any idea on how to get around the schema level type option? This is one of my biggest concerns as I'd like to avoid any restrictions from developers using this. One idea I have is what if we overload This would work well when calling from PL/SQL ex: The only negative thing is that you can't call it from SQL as it's not a recognized type. Let me know what you think. |
#134