New in trunk
db.export_to_csv_file(open('filename','w'))
db.import_from_csv_file(open('filename','r'))
obviously you can export in one DB (say mysql) and import in another
(say postgresql). It should fix all references.
Please give it a try and let me know if it works for you.
Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---