mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-25 06:25:58 +00:00
fix: force columns sorting when comparing
This commit is contained in:
@@ -19,6 +19,7 @@ function pickImportantTableInfo(engine, table) {
|
||||
pureName: table.pureName,
|
||||
columns: table.columns
|
||||
.filter(x => x.columnName != 'rowid')
|
||||
.sort((a, b) => a.columnName.localeCompare(b.columnName))
|
||||
.map(fp.pick(props))
|
||||
.map(props => _.omitBy(props, x => x == null))
|
||||
.map(props =>
|
||||
|
||||
Reference in New Issue
Block a user