Releases: PNNL-Comp-Mass-Spec/DB-Schema-Export-Tool
Releases · PNNL-Comp-Mass-Spec/DB-Schema-Export-Tool
Release 2.0.8957
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
- Use option
- 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
Release 2.0.8152
Zip file DBSchemaExportTool_v2.0.8152.zip includes both the GUI and a console application.
- To run on Linux, use
mono DB_Schema_Export_Tool.exe
Changes
- Continue scripting objects if an error occurs scripting a single object
- Show a warning message when trying to script an encrypted object (view, stored procedure, or user defined function)
Release 2.0.8132
Zip file DBSchemaExportTool_v2.0.8132.zip includes both the GUI and a console application.
- To run on Linux, use
mono DB_Schema_Export_Tool.exe
Changes
- When reading tab-delimited text files with column info, use header names to determine column order
- Simplify the logic used to convert names from camelCase to snake_case
- Remove trailing whitespace from schema files created by pg_dump
Release 2.0.7908
Zip file DBSchemaExportTool_v2.0.7908 includes both the GUI and a console application.
- To run on Linux, use
mono DB_Schema_Export_Tool.exe
Changes
- Now supports Postgres
- See the Readme for connection info
Version 1.2.6374
The zip file includes the application executable and required DLLs.
Version 1.2.6262
The zip file includes the application executable and required DLLs.