On Dec 15, 2008, at 6:48 AM, black...@ipowerhouse.com wrote:

This may be a problem with the way I'm doing things but I think it
would be useful for the (connection) function of internal to not be
internal. For example, lets say i do a query on a db to see if a user
exists, if they don't I want to insert,  so I need a new statement for
that within the same transaction, i.e. i need to get hold of the
connection itself to create my new statement. Right now, I'm doing
(internal/connection) but I think it should be part of the public
interface as it's something that happens frequently.

connection is now (r340) part of the public API for clojure.contrib.sql. Thanks for the feedback!

--Steve

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to