Fork me on GitHub
#sql
<
2016-11-01
>
ricardo08:11:28

@josh.freckleton Yes, you have to. You could just have a wrapper which has a map with reasonable defaults, then merge it with the param map that you get before passing it down.

josh.freckleton15:11:33

@ricardo thanks, I'm a little disappointed, but, that makes sense. You wouldn't want yesql providing nils and failing silently

ricardo16:11:00

@josh.freckleton Indeed. I balked at it at first, but frankly I prefer it to automagically guessing at defaults.