commit-gnue
[Top][All Lists]
Advanced

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

r5144 - trunk/gnue-common/src/datasources


From: jan
Subject: r5144 - trunk/gnue-common/src/datasources
Date: Mon, 23 Feb 2004 12:20:39 -0600 (CST)

Author: jan
Date: 2004-02-23 12:20:38 -0600 (Mon, 23 Feb 2004)
New Revision: 5144

Modified:
   trunk/gnue-common/src/datasources/GDataSource.py
Log:
remove "call" and "delete" from global trigger namespace. They are still 
accesible via "<dts-name>.call" or "<dts-name>.delete()".


Modified: trunk/gnue-common/src/datasources/GDataSource.py
===================================================================
--- trunk/gnue-common/src/datasources/GDataSource.py    2004-02-23 18:02:37 UTC 
(rev 5143)
+++ trunk/gnue-common/src/datasources/GDataSource.py    2004-02-23 18:20:38 UTC 
(rev 5144)
@@ -73,11 +73,9 @@
                                                  },
                               
'simpleQuery':{'function':self.triggerSimpleQuery,
                                              },
-                              
'delete':{'function':self.deleteCurrentRecordsetEntry,
-                                        'global':1,
+                              
'delete':{'function':self.deleteCurrentRecordsetEntry
                                         },
-                              
'call':{'function':self.callFuncOfCurrentRecordsetEntry,
-                                        'global':1,
+                              
'call':{'function':self.callFuncOfCurrentRecordsetEntry
                                         },
                               'getCondition':{'function':self.getCondition},
                               'setCondition':{'function':self.setCondition},





reply via email to

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