On 6/14/06, Douglas Granzotto (Infoarte) <[EMAIL PROTECTED]> wrote:

I am using Firebird 1.5, and this supports add column.
So much that I removed the unnecessary commands,
only remaining:

> ALTER TABLE IPI
>     ADD CLASSFISCAL VARCHAR(12);
>
> ALTER TABLE IPI
>     ALTER CLASSFISCAL POSITION 4;

And that's ran ok, the modification was executed with success.

Are you sure that you're using the latest DdlUtils source ? I've added
support for Firebird specific statements about two weeks ago:

http://svn.apache.org/viewvc/db/ddlutils/trunk/src/java/org/apache/ddlutils/platform/firebird/FirebirdBuilder.java?view=markup

(in method processChange(Database, Database, AddColumnChange)).

Tom

Reply via email to