Skip to content

Release 2.0.8957

Latest
Compare
Choose a tag to compare
@alchemistmatt alchemistmatt released this 11 Jul 00:42
· 17 commits to master since this release

Zip file DBSchemaExportTool_v2.0.8957.zip includes both the GUI and a console application.

  • To run on Linux, use mono DB_Schema_Export_Tool.exe

Changes

  • Add option /ColumnFilter, which can be used to skip specific columns when exporting data from tables
  • Update /NameFilter to support a comma-separated list of filters
  • Add option /DisableStatementLogging which can be used to disable logging long-running data import statements
  • Add option /DeleteExtraRows , which will create file with commands to delete extra rows in database tables
    • Use option /ForceTruncate to list tables that should be truncated prior to inserting new rows
  • Add option /DisableTriggers, which will disable triggers prior to importing data
  • Add options for customizing the Bash script created when /ScriptLoad is provided
    • /ScriptUser
    • /ScriptDB
    • /ScriptHost
    • /ScriptPort