SQLObject 0.8.3

Jorge Godoy jgodoy at gmail.com
Thu May 3 10:17:19 EDT 2007


Oleg Broytmann <phd at phd.pp.ru> 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 a function in a schema other
than public in PostgreSQL?  For example if I had myschema.myfunction and
wanted to use it I can't do "func.myschema.myfunction"...  Is there
something like a "dbName" for func? :-)


-- 
Jorge Godoy      <jgodoy at gmail.com>



More information about the Python-list mailing list