hi I have a problem with null values when i retrieve them by using a velocity portlet. For integer value witch are set to null in the database, it's display 0, not really a problem if this is not a primary key . For example i have two tables , agency and unit and a relation between them 0-1 When you insert a new record,it's put the foreign key (Id_unit) to 0 in Agency but not null and so you have a constraint error. For the string values set to nul it's display $value, less important problem but not very design. Is it a bug with null value from torque or a misconfiguration?
