This is new. I have a dDateTextBox in which I type a valid date string. I now get this printed on the console.
2011-10-27 16:44:08 - ERROR - !!! Data Type Mismatch: table=public.esenroll; field=enrolled. Expecting: <type 'datetime.date'>; got: <type 'unicode'> Reviewing the dCursorMixin.py I do not see how the a date string value (u'10/20/2011') with a field datatype "date" can pass the tests starting at line ~1020. The user types in a date string can the setFieldVal will issue the error message. Johnf _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
