There is a new feature in trunk that needs tests and CAN mess up your database metadata so...
1) remember - user trunk at your own risk 2) it would be great if you could test it but make sure you backup your metadata (databases/*.table) first 3) if you upgrade to trunk please let me know if you encounter any problem with existing apps on upgrade What is the new feature? It changes the format of the databases/ *.table metadata to a more verbose format. Why? Because this will allow to open a database from a script without having to run the models. Web2py will be able to discover the metadata and rebuild the table definitions automatically. This is half done but needs a little more work and testing. Massimo

