Skip to content
New issue

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 considerably #14

Open
holyjak opened this issue Nov 13, 2020 · 3 comments
Open

Comments

@holyjak
Copy link
Contributor

holyjak commented Nov 13, 2020

Adding next.jdbc.result-set/as-arrays increases compile time significantly, on my 4y old MacOS from 5 to 20 min.

@arichiardi
Copy link

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...

@borkdude
Copy link
Collaborator

@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.

@arichiardi
Copy link

Oh I see, well I guess you can do that. I will open a new issue for that though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants