Re: SQLObject 0.8.3

2007-05-03 Thread Jorge Godoy
Oleg Broytmann <[EMAIL PROTECTED]> writes: > * Fixed sqlbuilder - .startswith(), .endswith() and .contains() assumed > their parameter must be a string; now you can pass an SQLExpression: > Table.q.name.contains(func.upper('a')), for example. Oleg, this made me think: is it possible to call

SQLObject 0.8.3

2007-05-03 Thread Oleg Broytmann
list: https://lists.sourceforge.net/mailman/listinfo/sqlobject-discuss Archives: http://news.gmane.org/gmane.comp.python.sqlobject Download: http://cheeseshop.python.org/pypi/SQLObject/0.8.3 News and changes: http://sqlobject.org/News.html What's New == News since 0.8.2 ---