You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-dev@db.apache.org by Dmitry Panov <dm...@tula.ru> on 2004/07/14 11:04:45 UTC

mssql nullable primary key

Hello,

There seems to be a bug in torque-3.1 mssql generator. When a primary
key is BIGINT, specified like this:

<column name="ID" type="BIGINT" primaryKey="true"/>

in the resulting script the column becomes nullable:

ID BIGINT NULL,

so mssql fails to create the table. When the primary key column has
INTEGER type the resulting script is correct.


Best regards,
-- 
Dmitry O Panov         |  mailto:dmitry@tula.ru
Tula State University  |  http://www.tsu.tula.ru/
Dept. of CS & NIT      |  Fidonet: Dmitry Panov, 2:5022/5.13


---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscribe@db.apache.org
For additional commands, e-mail: torque-dev-help@db.apache.org