I'd also appreciate schema support for web2py. I'm working on a project 
with Postgres and different schemas. For now I could solve the problem with 
adding the schema to the db search path. Since we are creating new tables 
we can make sure they are unique, for legacy systems it could be 
problematic when different schemas contain the same table names.

real schema support in DAL would be great. At the moment it is possible to 
define tables but not much more (e.g. db selects put all queried fields in 
an '_extra' field, validators don't work, etc.)

afaik schemas are also used in Oracle and MySQL and are commonly used in 
larger projects - at least many databases I worked on had multiple schemas. 
So I think this topic is really important (not just for me).


-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to