Just trying out the new code post multi rdbms change and found the following in orm/datasource.py Line 374: # v.append("%s=%s" % (columnName, typ.format(value))) # works v.append("%s=%s" % (columnName, typ.format(value,self)))