Thanks for spotting that one, Freddy.  We'll take care of it.

Respectfully,

Adam Phillip Churvis
Member of Team Macromedia

Advanced Intensive ColdFusion MX Training:
* ColdFusion MX Master Class
* Advanced Development with CFMX and SQL Server 2000
http://www.ColdFusionTraining.com

Download CommerceBlocks V2.1 and LoRCAT from
http://www.ProductivityEnhancement.com

The ColdFusion MX Bible is in bookstores now!
----- Original Message ----- 
From: "frederick valone" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, May 17, 2004 9:31 AM
Subject: [plum] Found small issue with generated code for verity cfc


> Adam and David,
> How is everything going? I have not seen much PLUM activity so I would
> bet you are pretty busy with other things right now. I just wanted to
> let you know that there is a small error in the verity.cfc code
> generated when you create a new collection.
> The switch statement  is generated using the current value of
> #Application.dbPlatform# instead of "#Application.dbPlatform#" as shown
> below.
>
> <cfswitch expression="Oracle9i">
>         <cfcase value="SQLServer">
>             ContentItemID + ',' + cast(Page as varchar(10)) AS KeyValue,
>         </cfcase>
>         <cfcase value="Access">
>             ContentItemID & ',' & Page AS KeyValue,
>         </cfcase>
>         <cfcase value="Oracle9i">
>             ContentItemID || ',' || Page AS KeyValue,
>         </cfcase>
>         <cfdefaultcase>
>             ContentItemID + ',' + cast(Page as varchar(10)) AS KeyValue,
>         </cfdefaultcase>
>     </cfswitch>
>
>  Hope to hear more from you guys soon.
>
>  Thanks,
>  Frederick
>

Reply via email to