Releases: ecirpnaes/SimpleDataScripter
Releases · ecirpnaes/SimpleDataScripter
v0.1.6
Added Unicode support. (nvarchar, ntext)
Added support for scripting binary data. (varbinary, image)
v0.1.5
Fix export of data from a MFA-enabled connection not specifying the database name.
Fix courtesy of Greybird - (https://github.com/Greybird)
v0.1.4
Database collation fix where certain collations (like Germany), store decimals with a comma instead of a period for the precision. (eg. 23.43 (EU) --> 34,45(GE). This causes issues when scripting as the comma is the separator between column inserts
v0.1.3
Bug fixes. Added partial support for spatial data. (Geometry data type)
v0.1.2
Added ability to script data for Views
v0.1.1
Ensure data retrieval query is run in proper database context