On 4/18/06, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Tue, Apr 18, 2006 at 03:52:27PM -0400, Kevin Dangoor wrote: > > My suggestion here is that the by* methods should call the column's > > validator.from_python method. In the case of a UnicodeCol, this would > > Discussed yesterday: > http://sourceforge.net/mailarchive/forum.php?thread_id=10191019&forum_id=30269
I thought this seemed familiar :) > It'd be possible to fix .by*() methods without fixing .select() and > .selectBy() but I don't want to implement a partial solution. The fix for the by*() methods is easy, though, because you're only dealing with one known-in-advance column. While I can understand the desire to fix the problem completely, I'd say that an easy partial solution today is better than a full solution at some unknown point in the future. Kevin ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ sqlobject-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss
