[ciapug] Propel

Carl Olsen carl.olsen at DRAKE.EDU
Tue Jul 25 12:28:17 CDT 2006


I see they have a bug fix for this:

 -    const CASCADE  = "NO ACTION"; 
 +    const NOACTION = "NO ACTION"; 
      const CASCADE  = "CASCADE"; 
      const RESTRICT = "RESTRICT"; 
 -    const SETNULL  = "SET DEFAULT"; 
 +    const SETDEFAULT = "SET DEFAULT"; 
      const SETNULL  = "SET NULL";

--
Carl Olsen, MCSE
Web Developer, CMS Implementation
Marketing and Communications
Drake University
2507 University Avenue
115 Old Main
Des Moines, Iowa 50311-4505
Phone: 515-271-2986
Fax: 515-271-3798
Carl.Olsen at drake.edu
www.drake.edu


-----Original Message-----
From: ciapug-bounces at cialug.org [mailto:ciapug-bounces at cialug.org] On Behalf
Of Carl Olsen
Sent: Tuesday, July 25, 2006 12:25 PM
To: ciapug at cialug.org
Subject: RE: [ciapug] Propel

Here are lines 45-50

    const NONE     = ""; // No "ON [ DELETE | UPDATE]" behaviour specified.
    const CASCADE  = "NO ACTION";
    const CASCADE  = "CASCADE";
    const RESTRICT = "RESTRICT";
    const SETNULL  = "SET DEFAULT";
    const SETNULL  = "SET NULL";

I don't see how line 47 or line 50 will ever run correctly.




More information about the ciapug mailing list