Il 03/01/2012 12:54, Johann Spies ha scritto:
I could so far not get that to work. I don't think DAL's design makes
provision for that.
You should be able to do it outside DAL - using executesql.
Regards
Johann
till I don't work with tables with the same name in different schema I
found this solution[1]:
it's possible to add schemas in which to search in this way
db.executesql("set search_path to 'schemaname', 'public';")
[1]
http://groups.google.com/group/web2py/browse_thread/thread/8b5e166b7b27edc7?pli=1
thanks
Manuele