Is that the only blocker to getting something like group by to work in SQLObject selects? The fact that SQLObject can't handle having extra columns in a response? If so, then I might look into it if I get some time.
- Sean Oleg Broytmann wrote: > On Sun, Jul 30, 2006 at 04:13:19PM -0400, Sean McBride wrote: >> SELECT item.*, COUNT(item.id) >> >> Finally, what to do with the extra columns that are returned? >> Well, you could just throw it away. >> But, it MIGHT be nice to have access to them in some way > > SQLObject doesn't have a way to describe the exccessive column and what > to do with it. Do you want to implement some way? > > Oleg. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
