On Sunday 29 August 2010 3:51:30 pm mdipierro wrote: > > The former is the intended way this should be done. With recent > changed to trunk, you should be able to do in the latter way... buy > why? It just results in code that is less portable. > > Massimo >
The change to trunk worked for me. By the way just a heads up, the version number in the README is listed as #1.84.1 whereas in VERSION it is 1.84.0. I discovered some other potential issues with default= and have filed them as Issue 102. As to portability using CURRENT_DATE is actually more portable. It is a SQL standard function and is available in all the SQL dbs I know of. This means portability is maintained no only within Web2py but with any other app that will be hitting the database. Thanks for working on this. -- Adrian Klaver adrian.kla...@gmail.com