hi,
i am currently working on my project schema file,
and i was wondering if torque supports the
mysql column types SET and ENUM.

i looked at the corresponding db.props file
and found an _empty_ mapping for the ARRAY type:

-- SNIP --

# Taken from java.sql.Types in the IBM 1.3 JDK
# JDBC to MySQL mappings
[...]
STRUCT=
ARRAY=

--- /SNIP ---


can i just extend the db.props like

        ARRAY=SET

and for the mysql ENUM type declare an additional mapping?

        VARCHAR=ENUM

but this way i would have the jdbc type VARCHAR
mapped two times, once for mysql VARCHAR _and_ for mysql ENUM...


thanks,

 ----------------------------------------------
 heiko braun, fork unstable media [development]






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

Reply via email to