- Bug Fix: Add 'N' in front of unicode fields. (nchar, nvarchar, ntext)
- Feathure: Added support for BLOB fields. (varbinary, image)
- Bug Fix: Fix export of data from a MFA-enabled connection not specifying the database name.
- Fix contributed by : Greybird
- Bug fix: 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.
- Bug fix where identity insert was not always getting set properly.
- Added (partial) suport for spatial objects.
- Show context menu on View nodes to enable scripting of View data as well as Table data
- Ensure data retrieval query is run in proper database context
- Initial release.