Releases: tresf/GetMsSqlDump
Releases · tresf/GetMsSqlDump
0.4.3
2019-02-08
Features
- Adds
-replace
option to replace field data matching table, field, value.
0.4.2
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
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
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
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