[web2py] Re: DAL problems on Firebird 2.1 (DROP COLUMN DOES NOT WORK)

2010-03-08 Thread salbefe
It's working fine now.
Thanks.

On 8 mar, 05:03, mdipierro mdipie...@cs.depaul.edu wrote:
 Please check it. It is in.

 On Mar 6, 12:17 pm, Jose jjac...@gmail.com wrote:



  On 6 mar, 15:36, salbefe salb...@gmail.com wrote:

   I'm using the latest version from mercurial repository.

  I sent a patch to Massimo.

  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.



[web2py] Re: DAL problems on Firebird 2.1 (DROP COLUMN DOES NOT WORK)

2010-03-07 Thread mdipierro
Please check it. It is in.

On Mar 6, 12:17 pm, Jose jjac...@gmail.com wrote:
 On 6 mar, 15:36, salbefe salb...@gmail.com wrote:

  I'm using the latest version from mercurial repository.

 I sent a patch to Massimo.

 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.



[web2py] Re: DAL problems on Firebird 2.1 (DROP COLUMN DOES NOT WORK)

2010-03-06 Thread Jose


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.



[web2py] Re: DAL problems on Firebird 2.1 (DROP COLUMN DOES NOT WORK)

2010-03-06 Thread salbefe
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.



[web2py] Re: DAL problems on Firebird 2.1 (DROP COLUMN DOES NOT WORK)

2010-03-06 Thread Jose


On 6 mar, 15:36, salbefe salb...@gmail.com wrote:
 I'm using the latest version from mercurial repository.


I sent a patch to Massimo.

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.



[web2py] Re: DAL problems on Firebird 2.1 (DROP COLUMN DOES NOT WORK)

2010-03-06 Thread salbefe
Thank you.

Regards
Salva

On 6 mar, 19:17, Jose jjac...@gmail.com wrote:
 On 6 mar, 15:36, salbefe salb...@gmail.com wrote:

  I'm using the latest version from mercurial repository.

 I sent a patch to Massimo.

 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.