You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ddlutils-user@db.apache.org by Renaud MICHEL <re...@defimedia.be> on 2006/03/14 08:59:28 UTC

bug with drop column with firebird

Hello

I just started looking at ddlutils, but encountered a small bug with 
firebird (and interbase as they are almost the same), when you drop a 
column the correct interbase syntax is
ALTER TABLE tbl DROP col
and do not accept a COLUMN keyword here.

I provide a small patch (aigainst current svn) that implement the 
writeColumnDropStmt method for firebird and interbase.
Should I create a new bug entry for this, or post such messages to the 
developper list?
(I have some difficulties using that jira thing)

have a nice day
-- 
Renaud MICHEL
defimedia S.A.
------------------------------------------------------------------------
Parc Crealys
Rue Phocas Lejeune, 32
B-5032 GEMBLOUX
http://www.defimedia.be/
Tél: +32 (0)81 72 01 06
------------------------------------------------------------------------
Le groupe defimedia:
Definition - IMmedia - Visiocom / AToms - Deficall

Re: bug with drop column with firebird

Posted by Renaud MICHEL <re...@defimedia.be>.
Le Mardi 14 Mars 2006 11:23, Thomas Dudziak a écrit :
> On 3/14/06, Renaud MICHEL <re...@defimedia.be> wrote:
> > I provide a small patch (aigainst current svn) that implement the
> > writeColumnDropStmt method for firebird and interbase.
> > Should I create a new bug entry for this, or post such messages to the
> > developper list?
> > (I have some difficulties using that jira thing)
>
> JIRA is definitely the the mechanism to use for bug reports and
> submitting patches.

OK, it work with mozilla (I had problems with konqueror 3.3).

I created a new bug entry with the patch.

thanks
-- 
Renaud MICHEL
defimedia S.A.
------------------------------------------------------------------------
Parc Crealys
Rue Phocas Lejeune, 32
B-5032 GEMBLOUX
http://www.defimedia.be/
Tél: +32 (0)81 72 01 06
------------------------------------------------------------------------
Le groupe defimedia:
Definition - IMmedia - Visiocom / AToms - Deficall

Re: bug with drop column with firebird

Posted by Thomas Dudziak <to...@gmail.com>.
On 3/14/06, Renaud MICHEL <re...@defimedia.be> wrote:

> I just started looking at ddlutils, but encountered a small bug with
> firebird (and interbase as they are almost the same), when you drop a
> column the correct interbase syntax is
> ALTER TABLE tbl DROP col
> and do not accept a COLUMN keyword here.

Yep, database alteration is the next thing on the list.

> I provide a small patch (aigainst current svn) that implement the
> writeColumnDropStmt method for firebird and interbase.
> Should I create a new bug entry for this, or post such messages to the
> developper list?
> (I have some difficulties using that jira thing)

JIRA is definitely the the mechanism to use for bug reports and
submitting patches.
And its not so difficult. You first register, then you login and click
"Create New Issue" in the top menu. Next, you select DdlUtils as the
project and bug as the type. Now simply provide a short and a long
summary, select the component (core in your case).
You can also attach your patch there by navigating to the issue after
you've created it, and click on "Attach file" in the left menu.

cheers,
Tom