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
-~----------~----~----~----~------~----~------~--~---

Reply via email to