I'm having trouble with the ctlib blk_* feature, can't get datetime2 to work. SQL Server 2019, TDS 7.4. Same problem with src/ctlib/unittests/blk_in -- if I change not_null_datetime to be a datetime2 ...
CREATE TABLE events ( id INT PRIMARY KEY, happened_at TIMESTAMP NULL DEFAULT NULL ); INSERT INTO events VALUES (1, '0000-00-00 00:00:00'), (2, '1000-01-01 05:10:42'); Configure a MySQL → MSSQL sync in ...