Index: gnue-common/src/datasources/GConditions.py =================================================================== --- gnue-common/src/datasources/GConditions.py (Revision 9898) +++ gnue-common/src/datasources/GConditions.py (Arbeitskopie) @@ -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.