Steve,
   Big apologies, I should have done just a little more investigating
before posting.  I serve as my team's DBA, so I should rightfully
abhor the "SELECT * ", but that is what was causing the
problem:duplicate column names in the returnset, as you said above.
Once I substituted actual
column names in the SELECT portion of the statement, the inner joins
started working as they should.  As always, thanks for the attention,
assistance, and the original work in clojure.contrib.sql, it has all
been VERY helpful to me.

Brian

On Feb 4, 10:02 am, "Stephen C. Gilardi" <squee...@mac.com> wrote:
> On Feb 4, 2009, at 9:46 AM, Stephen C. Gilardi wrote:
>
> > That sounds like what's going on in your example. Can you please  
> > confirm?
>
> Also, if you have one handy, could you please send me a short,  
> standalone example of code that triggers the problem? I'd like to look  
> at how clojure.contrib.sql can best handle this case.
>
> 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