[web2py] Re: CSV import broken?

2011-01-30 Thread howesc
Forcing ID's in GAE is a bit harder, and i don't think that web2py has support for that yet. also note that once the database gets to be of significant size the import/export features will have to be written to run as taskqueue tasks on GAE so that they can run for 10 minutes instead of 30

[web2py] Re: CSV import broken?

2011-01-29 Thread Massimo Di Pierro
When you import a single table db.tableimport_from_csv_file the Ids get reassigned. If you export/import an entire database with db.export_to_csv_file(...)/db.import_from_csv_file(...) Ids are still re-assigned bit references are fixed. On Jan 29, 4:17 pm, Emceha marcin.chojnow...@gmail.com