commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r7196 - trunk/gnue-common/src/datasources


From: johannes
Subject: [gnue] r7196 - trunk/gnue-common/src/datasources
Date: Sun, 13 Mar 2005 07:20:30 -0600 (CST)

Author: johannes
Date: 2005-03-13 07:20:29 -0600 (Sun, 13 Mar 2005)
New Revision: 7196

Modified:
   trunk/gnue-common/src/datasources/GDataSource.py
Log:
Reenabled _primaryIdField since it's needed for inserts and the like. Note: 
with this appserver cannot handle joins atm


Modified: trunk/gnue-common/src/datasources/GDataSource.py
===================================================================
--- trunk/gnue-common/src/datasources/GDataSource.py    2005-03-13 10:43:25 UTC 
(rev 7195)
+++ trunk/gnue-common/src/datasources/GDataSource.py    2005-03-13 13:20:29 UTC 
(rev 7196)
@@ -275,10 +275,10 @@
       pass
 
     # Make sure the primary key is included in the field references
-    # FIXME: reinhard, please check if the following lines are really needed,
-    # since they break joins in appserver
-    #if dataObject._primaryIdField:
-      #self._fieldReferences [dataObject._primaryIdField] = True
+    # FIXME: reinhard, please check if the following lines. They break joins in
+    # appserver.
+    if dataObject._primaryIdField:
+      self._fieldReferences [dataObject._primaryIdField] = True
 
     hasRaw = False
     for child in self._children:





reply via email to

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