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

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: reinhard
Date: 2007-12-17 04:38:36 -0600 (Mon, 17 Dec 2007)
New Revision: 9847

Modified:
   trunk/gnue-common/src/datasources/GDataSource.py
Log:
Reverted change that made all "simple Query"'s readonly, as this breaks
existing stuff.


Modified: trunk/gnue-common/src/datasources/GDataSource.py
===================================================================
--- trunk/gnue-common/src/datasources/GDataSource.py	2007-12-14 10:23:09 UTC (rev 9846)
+++ trunk/gnue-common/src/datasources/GDataSource.py	2007-12-17 10:38:36 UTC (rev 9847)
@@ -178,7 +178,7 @@
   def __trigger_simpleQuery (self, maskDict):
     conditions = GConditions.buildConditionFromDict (
         maskDict, GConditions.GClike)
-    resultSet = self.createResultSet (conditions, True)
+    resultSet = self.createResultSet (conditions)
     return [record.getFieldsAsDict () for record in resultSet]
 
   # ---------------------------------------------------------------------------
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.