Ticket #2765 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

Changed 4 years ago by hobu

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.

Changed 4 years ago by hobu

  • status changed from new to closed
  • resolution set to fixed

backported to the 1.6 branch in r16855

Note: See TracTickets for help on using tickets.