You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It allows row/column name manipulation without post processing the result.
Describe the solution you'd like
Given the pod nature of this wrapper, I seem to have understood that we cannot pass functions like :builder-fn in. The next best thing might be passing symbols that the pod resolves to functions.
Describe alternatives you've considered
Post-processing the result is an option. Also, every time the api diverges I doubt the value of keeping it compatible (and maintaining it in case of future breakage). So I would be ok with a "maybe not" answer to this feature request.
The text was updated successfully, but these errors were encountered:
The set of options that you can pass to
next.jdbc
is very powerful.It allows row/column name manipulation without post processing the result.
Describe the solution you'd like
Given the pod nature of this wrapper, I seem to have understood that we cannot pass functions like
:builder-fn
in. The next best thing might be passing symbols that the pod resolves to functions.Describe alternatives you've considered
Post-processing the result is an option. Also, every time the api diverges I doubt the value of keeping it compatible (and maintaining it in case of future breakage). So I would be ok with a "maybe not" answer to this feature request.
The text was updated successfully, but these errors were encountered: