Follow-up of #481:
TemporalType has a field defaultExportFormat that keeps track of the last used format. The concept of property types is that they be stateless. Goal of this issue is to remove this field and to default to the first format instead.
Note that some unit tests perform a "rollback" of this field's value so the tests can be run in any order. This rollback should also be removed.
Follow-up of #481:
TemporalType has a field
defaultExportFormatthat keeps track of the last used format. The concept of property types is that they be stateless. Goal of this issue is to remove this field and to default to the first format instead.Note that some unit tests perform a "rollback" of this field's value so the tests can be run in any order. This rollback should also be removed.