Re: clojure.java.jdbc input on JDBC-3 (esp. Stuart Sierra!)

2011-08-16 Thread Stuart Sierra
Hi Sean,

I no longer remember what I was looking at when I wrote that ticket. :)  
Maybe I just wasn't aware of `insert-records`.

-S

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

Re: clojure.java.jdbc input on JDBC-3 (esp. Stuart Sierra!)

2011-08-16 Thread jaime
Not related to this topic, but just wonder if it's possible to have
c.j.j to support Unicode? And if it's already there, how can I use it
for Unicode?

On Aug 17, 2:17 am, Sean Corfield seancorfi...@gmail.com wrote:
 On Tue, Aug 16, 2011 at 11:02 AM, Stuart Sierra

 the.stuart.sie...@gmail.com wrote:
  I no longer remember what I was looking at when I wrote that ticket. :)
  Maybe I just wasn't aware of `insert-records`.

 Cool.

 Any thoughts on the struct-map issue? resultset-seq currently uses a
 deprecated feature - it should just use regular maps, right? I'm not
 familiar enough with struct-maps to understand the full implications
 of switching that out...
 --
 Sean A Corfield -- (904) 302-SEAN
 An Architect's View --http://corfield.org/
 World Singles, LLC. --http://worldsingles.com/
 Railo Technologies, Inc. --http://www.getrailo.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


clojure.java.jdbc input on JDBC-3 (esp. Stuart Sierra!)

2011-08-13 Thread Sean Corfield
http://dev.clojure.org/jira/browse/JDBC-3 Inconsistency between
tuples and regular maps

Stuart Sierra highlighted some inconsistencies in the argument formats
expected by various functions in c.j.j. I'm not really seeing those
inconsistencies and would value some input from folks.

I've added a (long) comment to the ticket reviewing the function names
and, whilst a few could probably benefit from better names, I'm not
really sure that any of them are outright inconsistent in terms of
usage.

If folks have strong opinions on renaming functions (or adding better
named ones and deprecating the old ones!) or consistency of the
library in general, I'd love to hear them.
-- 
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
World Singles, LLC. -- http://worldsingles.com/
Railo Technologies, Inc. -- http://www.getrailo.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