On Tue, Apr 24, 2012 at 8:30 PM, Michael <michael-a...@db.com> wrote:
> Would it be possible to make resultset-seq a dynamic var

No, that certainly is not going to happen. Dynamic vars are not the
right way to build an API in Clojure.

> bind in custom result set mapping without having to make two passes through
> the results? For instance, I would want to map sql date/timestamp to joda
> DateTime and T/F to true/false directly.

I'm not sure what this would look like generically but it sounds like
you want to be able to pass a function somewhere to perform a custom
transformation of the Java result set? Perhaps if you can re-cast this
in terms of the current API, showing where a function could be passed
and used, I might be more inclined to consider this...
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/

"Perfection is the enemy of the good."
-- Gustave Flaubert, French realist novelist (1821-1880)

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to