All,

Thanks in advance for any help.

I am in the middle of an application port to Oracle and we have several 
namespace collisions with Oracle reserved words (duh!).
I looked at Torque a few weeks ago and quite liked it.  However, it 
appeared that it did not support mapping an object or attribute to multiple
table/column names which could vary by platform.

For example, an object's attribute which mapped to <table>.UID in MS SQL 
Server is fine, but in Oracle, the column must be named differently
because UID is a reserved word in Oracle.  So I'd like to be able to map 
the same attribute to both <table>.UID and <table>.<something_not_UID>

Is this possible with the current rev. of Torque?

If not, perhaps I should work on that :).

Thanks,
Wes Gamble
[EMAIL PROTECTED]


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

Reply via email to