[orm-devel] Bugfix for datasource.py

Mike Watkins mw@mikewatkins.net
Tue, 19 Nov 2002 22:57:37 -0800 (PST)


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)))