0
Fixed
Database connector - SQL schema provider should return timestamp fields as binary, not timestamp
The schema provider for the database connector currently returns a timestamp for timestamp fields. It should instead return a binary.
Customer support service by UserEcho
This can be tested by adding a table with a timestamp field type, then:
INSERT INTO YourTable VALUES (DEFAULT)
Import and assert that the binary value comes in correctly.
Confirmed complete.