mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-21 17:36:01 +00:00
#1111 mssql - handle timestamp and computed columns in clonerows
This commit is contained in:
@@ -615,6 +615,7 @@
|
||||
if (column.uniquePath.length > 1) continue;
|
||||
if (column.autoIncrement) continue;
|
||||
if (column.isClusterKey) continue;
|
||||
if (column.hasAutoValue) continue;
|
||||
|
||||
grider.setCellValue(rowIndex, column.uniqueName, grider.getRowData(index)[column.uniqueName]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user