Ok, I think I might have found a work around on my DAL issues with multiple
defined FK values.

But I have a question (Postgesql DB by the way)

Since I have these tables defined as "legacy", what would the ramifications
be
if I left extract_pgsql_models.py define my tables with only one foreign
keye then made sure migrate is always false and then defined my other FK
values for the tables?

>From what i can read, it's just the db.define_table that I need to
circumvent the multi foreign table issue, but the DB and - HOPEFULLLY - DAL
would catch the referential integrity errors as they occur . IS this a
correct line of reasoning ?

Thanks

Ben Duncan

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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/d/optout.

Reply via email to