News

I cannot edit any column value in temporal tables. Steps to reproduce: CREATE TABLE test (id INTEGER NOT NULL AUTO_INCREMENT PRIMARY KEY, username VARCHAR(40)) ENGINE=InnoDB WITH SYSTEM VERSIONING; ...