Good.  That's what I was hoping you meant ;-)

-----Original Message-----
From: Jon Scott Stevens [mailto:[EMAIL PROTECTED]] 
Sent: Monday, December 09, 2002 3:28 PM
To: Turbine Torque Developers List
Subject: Re: Reserved words


on 2002/12/9 6:44 AM, "Lach, Thierry" <[EMAIL PROTECTED]>
wrote:

> Making the list database specific would run the risk of allowing 
> development against one database but not allowing deployment against a

> different one.

For the implementation, what you do is this:

    reserved.oracle.properties
    reserved.mysql.properties
    reserved.db2.properties

Then you concatenate the files together (either in code or on the
filesystem) and essentially have a:

    reserved.all.properties

Then, you can validate against one or all of the files.

-jon


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


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

Reply via email to