Laran,

which Torque version are you using ?
Can you please append a snippet of your schema.xml which produced this
particular line ?

   Thomas

Laran Evans <[EMAIL PROTECTED]> schrieb am 11.04.2005 20:15:34:

> Oracle create-db.sql is not right.
>
> It's creating the following line:
>
> FIN_COA_ACTIVE_IND VARCHAR2 (1) default ''N' ' NOT NULL,
>
> it should be:
>
> FIN_COA_ACTIVE_IND VARCHAR2 (1) default 'N' NOT NULL,
>
> The extra quotes are breaking the script.
>
> Is this a bug? Or have I just misconfigured something?
>
> Thanks.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to