Yes that's an important information. .table files not part of the database.
I've done that:
Cancel all .table files
db = 
DAL('sqlite://storage.sqlite',pool_size=1,check_reserved=['all'],fake_migrate_all=True)
And now it works like a charm.
I've cancel fake_migrate_all=True and it's ok.

Thanks again.

When does .table files are created? Now I don't have any .table files in 
the database folder.

Il giorno giovedì 19 marzo 2015 11:00:32 UTC+1, Leonel Câmara ha scritto:
>
> Notice that, this isn't a problem with your database table. Files with 
> .table extension in the databases folder are web2py's bookkeeping for 
> migrations. If you didn't do any changes to the database you can just 
> delete them and tell web2py to make them again with a fake migration.
>

-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to