Skip to content

Releases: ecirpnaes/SimpleDataScripter

v0.1.6

22 Mar 23:02
Compare
Choose a tag to compare

Added Unicode support. (nvarchar, ntext)
Added support for scripting binary data. (varbinary, image)

v0.1.5

11 Oct 22:14
Compare
Choose a tag to compare

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

19 Apr 00:13
Compare
Choose a tag to compare

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

19 Dec 21:58
Compare
Choose a tag to compare

Bug fixes. Added partial support for spatial data. (Geometry data type)

v0.1.2

11 Nov 17:47
Compare
Choose a tag to compare

Added ability to script data for Views

v0.1.1

30 Oct 16:07
Compare
Choose a tag to compare

Ensure data retrieval query is run in proper database context

v0.1.0

19 Sep 19:22
Compare
Choose a tag to compare

Initial Release