0
Fixed

Database connector - SQL schema provider should return timestamp fields as binary, not timestamp

Adam van Vliet 12 years ago updated by anonymous 8 years ago 2

The schema provider for the database connector currently returns a timestamp for timestamp fields. It should instead return a binary.

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.