Hi, When I call isNotNull on a ColumnMap it returns false even if that column is actually set to not null=true in the database.
After digging in the Torque code this is what I've concluded. 1. when a TableMap is created ,the columns are added by calling tableMap.addColumn() method, but none of the addColumn methods provide a way to set the notNull flag in the ColumnMap class and the isNotNull method returns false in all cases except for primary keys. Is there a work around to get the correct notNull value?? thanks TS -- To unsubscribe, e-mail: <mailto:turbine-torque-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:turbine-torque-user-help@;jakarta.apache.org>
