Opened 15 years ago

Closed 15 years ago

#2765 closed defect (fixed)

GetFieldAsDate call in python bindings should be GetFieldAsDateTime

Reported by: crschmidt Owned by: hobu
Priority: normal Milestone: 1.6.1
Component: PythonBindings Version: unspecified
Severity: normal Keywords:
Cc:

Description

The GetField call in 1.6 Python bindings fails when the field is a datetime, because it attempts to call GetFieldAsDate instead of GetFieldAsDateTime.

This is a regression from previous versions, where GetField would simply call GetFieldAsSTring in this case.

Change History (2)

comment:1 by hobu, 15 years ago

Fixed by commenting out the problem code in r16075. Not refreshing the bindings yet though because I have too much junk in my local tree.

comment:2 by hobu, 15 years ago

Resolution: fixed
Status: newclosed

backported to the 1.6 branch in r16855

Note: See TracTickets for help on using tickets.