TIMESTAMP is not supported
Brought to you by:
patrick_wolf,
praganitsch
The automatic validation based on the format string does not support TIMESTAMP columns. Currently only NUMBER, DATE and STRING is supported.
Maybe you could enhance the type checking by testing the format mask with numeric, date and timestamp values?
At now Apex itself supports TIMESTAMP, but it does not support TIMESTAMP WITH TIME ZONE or TIMESTAMP WITH LOCAL TIME ZONE.
Thanks in advance,
Frank
Logged In: YES
user_id=1449836
Originator: NO
Will have a look next week.