I have mixed and matched the value, but it hasn't mattered. I had thought it might care so I tried various combinations. It in this vase being a nebulous entity who thwarts my plans, as to my knowledge neither OJB nor Postgres care about case of table names.

Will experiment on that one further =)

-Brian

On Tuesday, October 14, 2003, at 08:42 AM, [EMAIL PROTECTED] wrote:

Hello Brian,

-----Original Message-----
<class-descriptor class="test.User" table="USERS">

[..]


-- Schema Def'n --

     <table name="user_friend" description="M:N mapping table
for user's friends">

[..]


<foreign-key foreignTable="users">

Why is 'users' lower-case here and uppercase above? Might cause problems depending on the RDMBS.


             <reference local="friend_id" foreign="id"/>
         </foreign-key>
     </table>

Olli


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





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



Reply via email to