Releases: LHCGreg/dbsc
Releases · LHCGreg/dbsc
pgdbsc 2.2.0
- Added wildcard and negation support to -importTableList files.
- Added custom SELECT support to -importTableList files.
- Added
pgdbsc revision
command to get current revision of a database. - Added man page to Linux packages.
- Improved performance of Windows installer a bit.
- Added SSPI support on Windows with the -SSPI and -sourceSSPI options.
- Added -createDbTemplate as a synonym for -dbCreateTemplate.
- Fixed unfriendly error when not passing a username.
- Added line number and more details when there is an error running a script, if provided by the server.
oradbsc 2.2.0
- First release of dbsc for Oracle. No import support.
mydbsc 2.2.0
- Added wildcard and negation support to -importTableList files.
- Added
mydbsc revision
command to get current revision of a database. - Improved performance of Windows installer a bit.
- Added -createDbTemplate as a synonym for -dbCreateTemplate.
msdbsc 2.2.0
- Added wildcard and negation support to -importTableList files.
- Added custom SELECT support to -importTableList files.
- Added
msdbsc revision
command to get current revision of a database. - Improved performance of Windows installer a bit.
- Added -createDbTemplate as a synonym for -dbCreateTemplate.
mongodbsc 2.2.0
- Added wildcard and negation support to -importTableList files.
- Added
mongodbsc revision
command to get current revision of a database. - Improved performance of Windows installer a bit.
- Added -createDbTemplate as a synonym for -dbCreateTemplate.
pgdbsc 2.1.0
When using -importTableList to import data for only certain tables, don't clear tables that are not being imported.
mydbsc 2.1.0
When using -importTableList to import data for only certain tables, don't clear tables that are not being imported.
msdbsc 2.1.0
When using -importTableList to import data for only certain tables, don't clear tables that are not being imported.
mongodbsc 2.1.0
When using -importTableList to import data for only certain tables, don't clear tables that are not being imported.
mydbsc 2.0.2
This release of DBSC for MySQL has just two minor changes:
- The dbsc_metadata table uses InnoDB even if it's not the default storage engine.
- Messages from mysqldump are now on separate lines instead of squashed together.