On Thursday, May 26, 2011 7:46:56 PM UTC-4, appydev wrote:
>
> Regards.
>
> Some time ago I took my first steps with web2py and web programming. Make a
> small application that works perfectly in web2py Version 1.89.5 and earlier,
> but today after spending some time away due to college, I resumed my
> training and I upgraded to web2py 1.95.1, and I realize that my application
> and is not compatible because SQLFORM.factory no longer works when the
> tables have fields with common names.
>
> The following can be read in the book:
>
> SQLFORM.factory
> One form for multiple tables
> "This only works when to the tables Do not Have field names in
> common. "
>
I think the book said that even back at version 1.89.5. Are you sure it
really worked properly with common field names in 1.89.5 (i.e., maybe it
didn't throw an error, but perhaps the data weren't really handled
properly). Can you run the same app with the same data in 1.89 and 1.95?
Exactly what happens in 1.95?
Anthony