No problem :-)
On 10 nov, 16:20, mdipierro <mdipie...@cs.depaul.edu> wrote: > 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 <desfre...@gmail.com> 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 web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---