Hi,
How can I create a table with torque that has a column with datatype
number(4) in Oracle?
If I use DECIMAL or NUMERIC, it'll produce something like:
CREATE TABLE mytable ( id (4) NOT NULL)
it is not writting the datatype.

If I use INTEGER, it'll produce something like:
CREATE TABLE mytable ( id INTEGER(4) NOT NULL)
which is invalid.

I've seen that the conversions are in the file:
conf/torque/templates/sql/base/oracle/db.props
but I don't know what the impact of changing it is in the java code
generated for the peers.

Thanks,

Gabriel



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to