However you can override the default on a table by table basis with the 

<table name="TableName" javaName="TableName" ... 

javaName attribute.

john mcnally

Leon Messerschmidt wrote:
> 
> Hi Gareth,
> 
> Usually because of case issues with some db's (mysql + linux) we make the
> table names upper case (see the Turbine security tales).  Words in db tables
> are separated by _ instead of capitals.
> 
> So,
> 
> TABLENAME -> TablenamePeer
> TABLE_NAME -> TableNamePeer
> 
> ~ Leon
> 
> > Hi,
> >
> > Is there a way to stop Torque from changing case table names. E.g.:
> >
> > TableName -> becomes -> TablenamePeer etc...
> >
> > I would rather it didn't fold the case in this way, and just left it as I
> > specify it in the XML schema.
> >
> > Thanks
> >
> > Gareth
> >
> >
> > ---------------------------------------------------------------------
> > 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]

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

Reply via email to