I'm using the latest version from mercurial repository.

On 6 mar, 13:53, Jose <jjac...@gmail.com> wrote:
> On 6 mar, 09:14, salbefe <salb...@gmail.com> wrote:
>
> > The output from sql.log is as follows:
> > ....
> > ALTER TABLE node_details DROP COLUMN teaser;
>
> > The problems is that for dropping a column, firebird and interbase
> > doesn't accept the COLUMN  keywork, you should write ALTER TABLE tbl
> > DROP col instead of  ALTER TABLE tbl DROP COLUMN col
>
> this worked well. Perhaps in an update error was introduced.
>
> Jose

-- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web...@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