Hello:
I have been inactive for some time. I just tried to upgrade from 2.9.12 to the latest version of web2py (2.18.5), and I see that DAL(None) no longer works.
Is there a way to create a database that is not connected to a real database, and leaves no trace after using it?
It was useful to reuse code that receives a table as argument, so that the same code can be used to build and process a complex form.
Regards