Hi all, in the torque db schema there are size attributes for varchars: ... <column name="U_VERSION" javaName="UVersion" required="false" type="VARCHAR" size="10" /> ...
These are translated into java string objects in the peer classes, and the size information is gone. Is there a way to have the generated classes consider this size when writing things back to db, i.e. checking for size and abbreviating/trimming? since the columns size come from the db model, strings with more chars will make the inserts/updates fail... there should be size checking on the application side, too, but an automatic check in the db-layer would add robustness. What do you think? Thanks, Tino --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
