I have not fully digested the templates yet, but I'm fairly certain that the current system can't do this type of replacement.
- Stephen > -----Original Message----- > From: Russell Smyth [mailto:[EMAIL PROTECTED]] > Sent: Thursday, September 05, 2002 12:46 PM > To: 'Turbine Torque Developers List' > Subject: RE: cvs commit: jakarta-turbine-torque/src/templates/sql/base/db2 db.props > > Stephen and all torque team, > > for DB2 there are also some other mappings that are correct, but I was not > sure how they would work for Torque, due to the generation - ie > > BINARY(n) = CHAR(n) FOR BIT DATA > VARBINARY(n) = VARCHAR(n) FOR BIT DATA > > The problem is where the "(n)" part needs to be between the type name and > the "FOR BIT DATA" part, which I do not think that the current templates > can handle. > > If you can think of or know a way that this can be described in the current > template system, please > let me know and I will compile the needed data > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
