commit-gnue
[Top][All Lists]
Advanced

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

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


From: kilo
Subject: [gnue] r9899 - trunk/gnue-common/src/datasources
Date: Fri, 21 Nov 2008 16:23:40 -0600 (CST)

Author: kilo
Date: 2008-11-21 16:23:39 -0600 (Fri, 21 Nov 2008)
New Revision: 9899

Modified:
   trunk/gnue-common/src/datasources/GConditions.py
Log:
Fixed typo.
Thanks to David Ayers.

Modified: trunk/gnue-common/src/datasources/GConditions.py
===================================================================
--- trunk/gnue-common/src/datasources/GConditions.py    2008-11-13 20:03:00 UTC 
(rev 9898)
+++ trunk/gnue-common/src/datasources/GConditions.py    2008-11-21 22:23:39 UTC 
(rev 9899)
@@ -283,7 +283,7 @@
       result = condition.asSQL (pDict)
 
       result = 'foobar = %(p0)s'
-      pDcit  = {'p0': 'barbaz'}
+      pDict  = {'p0': 'barbaz'}
 
     @param paramDict: dictionary with all parameter values. this dictionary
       will be populated with all placeholders used in the SQL string.





reply via email to

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