Ticket #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
Note: See
TracTickets for help on using
tickets.
