Skip to content

Releases: keif888/SQLServerMetadata

Beta 0.28.0.0

11 Apr 05:03
Compare
Choose a tag to compare

This release adds SQL 2019 capabilities, and ODBC call handling to the Parser.
Fixes issues #35, #37.

Beta 0.27.0.0

08 Apr 06:47
Compare
Choose a tag to compare
Beta 0.27.0.0 Pre-release
Pre-release

Fixes issues #23, #24, #25, #27, #30, #36.

Beta 0.26.0.0

15 Jun 12:30
Compare
Choose a tag to compare
Beta 0.26.0.0 Pre-release
Pre-release

Fixes issue #21.
This release also adds missing configuration into the database to allow viewing of the database dependencies for SQL 2014 and above.

Beta 0.25.0.0

15 Jun 02:04
Compare
Choose a tag to compare
Beta 0.25.0.0 Pre-release
Pre-release

Fixes for issues #19 and #20.
This release adds the ability for the analysis to ignore SSIS components that are not registered on the machine doing the analysis by treating them as uninteresting.

Beta 0.24.0.0

08 Jun 01:57
Compare
Choose a tag to compare
Beta 0.24.0.0 Pre-release
Pre-release

Further fixes for issue #17 where v0.23.0.0 did not include enough of the DLL's which make up SQL Server SMO capabilities for SQL 2017.
Please note that this is just installer changes, no functionality fixes are included.

Beta 0.23.0.0 release

07 Jun 12:07
Compare
Choose a tag to compare
Beta 0.23.0.0 release Pre-release
Pre-release

Fixes issue #17 which was caused by not including the SQL Server SMO capabilities for SQL 2017, as Microsoft are no longer packaging this capability into the GAC.

Beta 0.22.0.0 release

14 Feb 11:41
Compare
Choose a tag to compare
Beta 0.22.0.0 release Pre-release
Pre-release

Adds capability to detect and scan ispac files.
Adds capability to detect .conmgr and/or .params files on the file system. When detected, the required .dtproj file will be found, and used to compile temporary .ispac files to be scanned. If there is no .dtproj file, then no .dtsx file in that folder will be scanned.
This is to close out the #4 issue.
This fixes issue #11.
This fixes issue #13.

Edits - Add other issues that this release fixes.

Beta 0.21.0.0 release

03 Feb 13:20
Compare
Choose a tag to compare
Beta 0.21.0.0 release Pre-release
Pre-release

Address issue #4
Update the TSQL parser to the latest available.

Beta release 20

02 Feb 03:19
Compare
Choose a tag to compare
Beta release 20 Pre-release
Pre-release

Adds SQL 2016 and SQL 2017 analysis capabilities.
Adds SSIS Catalog capabilities for SQL 2012 and above.