But, but...

Do you know of some tool that does add on to the torque definitions to
resolve this issue.

I still think that this is an add-on ability that would make turbine the
only required persistence tool for quite some projects if implemented.
But the project leads surely must have been giving it a thought over
time and have reasons to justify this stand.

Thanks anyway,
Viru

PS: Great tool and great work by the way.

-----Original Message-----
From: Stephen Haberman [mailto:[EMAIL PROTECTED]] 
Sent: Monday, September 09, 2002 9:11 PM
To: 'Turbine Torque Users List'; [EMAIL PROTECTED]
Subject: RE: user-defined domains ?


No, there's not. I think the general sentiment is too keep the schema as
simple and generic as possible. So while it might save you a few keep
strokes, I can't see this being added in the future.

(Sorry, just use copy and paste :-)

- Stephen

> -----Original Message-----
> From: Virender Singh [mailto:[EMAIL PROTECTED]]
> Sent: Monday, September 09, 2002 8:01 AM
> To: [EMAIL PROTECTED]
> Subject: user-defined domains ?
> 
> Hello,
> 
> I was wondering if there is a better way to define my own domains like

> "NAME" which I can then use to define columns like firstName, 
> middleName, lastName, productName, etc
> 
> Right now I do some hoops with unix sed scripting to get the result
like
> so
> 
> My original schema entries:
> 
>     <column name="nickName" --NAME--/>
>     <column name="firstName" --NAME--/>
>     <column name="middleName" --NAME--/>
>     <column name="lastName" --NAME--/>
> 
> Sed script
> 
>       s@--NAME--@size="20" type="VARCHAR"@g
> 
> Final schema:
> 
>     <column name="nickName" size="20" type="VARCHAR"/>
>     <column name="firstName" size="20" type="VARCHAR"/>
>     <column name="middleName" size="20" type="VARCHAR"/>
>     <column name="lastName" size="20" type="VARCHAR"/>
> 
> Thanks,
> Viru
> 
> PS: I am not subscribed to the mailing list so if replying kindly make

> sure that you are sending mail to my email address also.
> 
> --
> To unsubscribe, e-mail:   <mailto:turbine-torque-user-
> [EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:turbine-torque-user- 
> [EMAIL PROTECTED]>

---
Incoming mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.384 / Virus Database: 216 - Release Date: 8/21/2002
 

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

Reply via email to