This tool allows to synchronize table definition changes:
Batch Data Diff allows to compare data for multiple tables and views. This tool can be opened using 'Batch data diff (Ctrl+Shift+B)' toolbar button:
With click on any calculated count you can drill-down to data diff to check these records. For views new and changed records count can not be calculated since they do not have primary keys and therefore it is not possible to detect whether the record was added or changed.
With 'Query result diff (Ctrl+Shift+Q)' you can compare arbitrary query results:
This can be convenient if you want to specify some column or row filter. You can split this window to specify two queries and compare their result, in this case you can also run both queries against the same database.
Note that query results can not be merged.
With 'Custom data diff (Ctrl+Shift+C)' you can compare any tables and views with ability to specify custom field mapping. At least one field mapping item must be defined with mapping type 'Key':
This dialog also can be opened from the regular data diff window by 'Field mapping' link and from query result diff in 'customize field mapping' mode.
Export to Excel generates Excel reports for object list, data diff, batch data diff, query result diff and table structure diff. Click the 'Export to Excel (Ctrl+Shift+E)' toolbar button to export data grid from the currently opened tab:
For the data grids that allow record/object selection (such as table diff view), only selected records will be exported, if any records were selected.
You can open password-protected files using 'Open file(s) with password (Ctrl+Shift+O)' toolbar button or 'with password' link on the project tab:
You can save file open security options to an sqlts file, which can be used later using regular Open File action or as a command line argument. It can be very convenient if you often work with the same protected files. You put your credentials only once, save sqlts and use it without entering credentials anymore. Note that everything, including passwords, is saved as a plaint text and this file must not be shared with other persons. 'Use relative paths' option allows to save project file name in sqlts file relative to sqlts file location. For example, if you save your sqlts file to the same folder with project, then you can move both project file and sqlts file to some other folder without breaking sqlts file. Next time you will open sqlts, it will search for project file in the same folder again.
As you could notice on the Overview page - object list, data diff and text diff views provide the following additional diff functionality:
Free version provides basic data diff and merge facilities with the following limitations:
You can compare view results the same way as for tables using 'Compare data' and
buttons. Click on these buttons will bring up a 'Define query key fields' dialog with the list of common fields. Select number of fields that can uniquely identify query row to detect new and changed records. When you click OK, Pro version checks that chosen fields match this criteria, otherwise you will get a warning and will have to select other fields.
You can open projects in Pro version using command line arguments. For this you need to same your database connectiviry settings to *.mydbs files, this should be done from 'Open databases..' dialog. The format of command line arguments is
sqlitemerge.exe left_file_path right_file_path