Skip to content

Releases: tresf/GetMsSqlDump

0.4.3

08 Feb 16:08
Compare
Choose a tag to compare

2019-02-08

Features

  • Adds -replace option to replace field data matching table, field, value.

0.4.2

31 Jul 15:57
e943b91
Compare
Choose a tag to compare

2018-07-31

Features

  • Adds -delete option to delete the specified table before inserting.
  • Adds -lock option to lock the specified table while inserting.

0.4.1

27 Jul 20:18
Compare
Choose a tag to compare

2018-07-27

Features:

  • Adds buffered file writes e.g. -buffer=1024 (#13)
  • Adds -type <mysql|mssql> and -noautocommit flag for deferred INSERT transactions (ae6343b)
  • Add -condense option for faster export and import (#15)
  • More precise versioning; bumped tags 0.4 -> 0.4.0, etc

0.4.0

27 Jul 20:08
4470da9
Compare
Choose a tag to compare

2018-07-20

Features:

  • Replaces dots with underscores in table names unless -allowdots is provided (#6)
  • Adds compatibility with PowerShell (pwsh) for Mac (#11)
  • Provides geographical data import (#4)

Fixes:

  • Fixes single quotes missing around values (#1)
  • Prevents race-condition with Out-File (#3)
  • Fixes a datetime field overflow with MySQL (#5)
  • Forces UTF-8 output (#2)

0.3.0

27 Jul 20:09
Compare
Choose a tag to compare

2009-01-22

  • First version GetMsSqlDump of the tool and the documentation
  • Handling of multiple result sets in custom queries
  • Table header includes creation date, server and database name
  • Documentation updated