It seems I took a patch that was not tested enough (my mad only, I should have) and it is creating lots of problems.
I am about to post 1.72.3. I apologize to everybody. Massimo On Nov 10, 9:14 am, desfrenes <[email protected]> wrote: > Hello ! > > Creating a table and then adding a new Field, here's what I get: > > timestamp: 2009-11-10T15:44:02.086000 > CREATE TABLE product( > id INTEGER PRIMARY KEY AUTOINCREMENT, > title CHAR(64) > ); > success! > timestamp: 2009-11-10T15:54:01.273000 > ALTER TABLE product ADD subtitle CHAR(64); > faked! > > Faked ? what does it mean ? when I try to insert a new product I get > an exception (OperationalError) saying subtitle doesn't exist. > > Any clue ? :-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

