We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding next.jdbc.result-set/as-arrays increases compile time significantly, on my 4y old MacOS from 5 to 20 min.
next.jdbc.result-set/as-arrays
The text was updated successfully, but these errors were encountered:
Sorry to hijack this, but how did you add that namespace? I am trying to use {:builder-fn rs/as-unqualified-lower-maps} from next.jdbc.result-set...
{:builder-fn rs/as-unqualified-lower-maps}
next.jdbc.result-set
Sorry, something went wrong.
@arichiardi No worries. I don't think we support this currently. Is this next.jdbc's way of saying: don't use qualified keywords?
Since this is a pod, we can't pass functions in options, but we could support quoting:
{:builder-fn 'rs/as-unqualified-lower-maps}
for example and then resolve this to the right function.
Oh I see, well I guess you can do that. I will open a new issue for that though.
No branches or pull requests
Adding
next.jdbc.result-set/as-arrays
increases compile time significantly, on my 4y old MacOS from 5 to 20 min.The text was updated successfully, but these errors were encountered: