commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue-appserver/src/classrep Property.py


From: Reinhard Mueller
Subject: gnue-appserver/src/classrep Property.py
Date: Mon, 22 Sep 2003 02:46:56 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue-appserver
Branch:         
Changes by:     Reinhard Mueller <address@hidden>       03/09/22 02:46:56

Modified files:
        src/classrep   : Property.py 

Log message:
        Preload all properties of gnue_property. Fixes recursion on
        GNUe_Class_Definitions.gfd.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-appserver/src/classrep/Property.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gnue-appserver/src/classrep/Property.py
diff -c gnue-appserver/src/classrep/Property.py:1.6 
gnue-appserver/src/classrep/Property.py:1.7
*** gnue-appserver/src/classrep/Property.py:1.6 Thu Sep 18 11:14:10 2003
--- gnue-appserver/src/classrep/Property.py     Mon Sep 22 02:46:56 2003
***************
*** 19,25 ****
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # $Id: Property.py,v 1.6 2003/09/18 15:14:10 jvetter Exp $
  
  from Base import *
  from Namespace import *
--- 19,25 ----
  # write to the Free Software Foundation, Inc., 59 Temple Place 
  # - Suite 330, Boston, MA 02111-1307, USA.
  #
! # $Id: Property.py,v 1.7 2003/09/22 06:46:56 reinhard Exp $
  
  from Base import *
  from Namespace import *
***************
*** 75,82 ****
        cond += [["eq", ""], ["field", "gnue_name"], ["const", propertyName]]
  
      return self.session.find ("gnue_property", cond, ["gnue_name"], 
!                                ["gnue_module", "gnue_class", "gnue_name", 
!                               "gnue_type", "gnue_comment"])
  
    # 
---------------------------------------------------------------------------
    # Get a property from the cache
--- 75,83 ----
        cond += [["eq", ""], ["field", "gnue_name"], ["const", propertyName]]
  
      return self.session.find ("gnue_property", cond, ["gnue_name"], 
!                                ["gnue_class", "gnue_module", "gnue_name", 
!                               "gnue_type", "gnue_length", "gnue_scale",
!                                 "gnue_comment"])
  
    # 
---------------------------------------------------------------------------
    # Get a property from the cache




reply via email to

[Prev in Thread] Current Thread [Next in Thread]