On Tue, Feb 05, 2008 at 08:27:47AM -0500, Christopher Singley wrote: > Is there another method for building a select query that allows me not to > hardwire the names of the columns into the code, that's also compatible with > adding an inequality?
You didn't think on my hint, did you: "Hint: how can you express the ineqality with a dict?" > Can I do a dict-based select, then do a subselect involving the inequality? You can try to do .selectBy(**dict).filter(another_expression). Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss