Steve,

Thanks much for your work. The new with-query-results seems to work
quite well.

Your timing is impeccable with this set of changes: I had just
finished hacking out a (much uglier) version of update-values as well.
(I'll switch over to using the clojure.contrib.sql versions now for a
number of reasons).

One suggestion/request for your next set of updates: insert-or-update-
values, which will determine whether the given row exists in the
database already, and then issue the appropriate insert/update
statement as the case may be. This is a common paradigm that I find
myself doing manually all the time with database coding in any
language.

I had hacked up a version of insert-or-update-values that worked (with
my version of update-values I mentioned above), but it's much too ugly
to post here. :-)

-Greg

On Jan 14, 12:03 am, "Stephen C. Gilardi" <squee...@mac.com> wrote:
> Hi Greg,
>
> I checked in changes to clojure.contrib.sql that are intended to  
> address this. If you get a chance to try the updated lib, I'd  
> appreciate hearing how it works for you and any suggestions or bug  
> reports you may have.
>
> Thanks,
>
> --Steve
>
>  smime.p7s
> 3KViewDownload
--~--~---------~--~----~------------~-------~--~----~
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
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