“Diffing” objects from a relational database

后端 未结 12 1226
遇见更好的自我
遇见更好的自我 2021-02-04 15:05

Our win32 application assembles objects from the data in a number of tables in a MySQL relational database. Of such an object, multiple revisions are stored in the database.

12条回答
  •  既然无缘
    2021-02-04 15:15

    My application dbscript compares hierarchical data (database schemas) in a stored procedure, which of course has to compare each field/property of every object with its counterpart. I guess you won't get around that step (unless you have a generic object description model)

    As for the UI part of your question, have a look at screenshots to view and select differences.

提交回复
热议问题