ATTENTION only support for MS SQL legacy tables is included. I have also tested DB2, so it should be in soon.
If you want to add support for other DBs then you have to modify SQL_DIALECTS (around line 133 in sql.py) for your particular DB. I don't have all the different DBs installed, so your help is required. Using entry 'mssql' (around line 231) as an example, you need to create 'reference FK', 'reference TFK' and 'primarykey' key/value pairs under your particular DB dialect using the appropriate syntax. FK means field level foreign key reference, TFK is table level foreign key reference. Work in progress. Denes. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---