Adam, haven't seen any posts on this list for ages - are you still developing or did I just miss the release date? ;-)
Philipp -- cielen.com Fressgass / Alte Oper Grosse Bockenheimer Str. 54 60313 Frankfurt am Main Germany tel +49-69-29724620 fax +49-69-29724637 > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:plum- > [EMAIL PROTECTED] On Behalf Of Adam Churvis > Sent: Tuesday, May 18, 2004 4:40 PM > To: [email protected] > Subject: Re: [plum] Found small issue with generated code for verity cfc > > 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 > >
