1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 15 hours ago.
Jan 22, 2025 — Jan 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved the regex fns together More... almost 5 years ago
Replaced all SSDT splitFullName fns with a more comprehensive regex. More... almost 5 years ago
Merge pull request #709 from Thorium/ssdt-minor-fix
thorium
as Tuomas Hietanen
More... about 5 years ago
SSDT provider support dot (".") in table names, like [dbo].[My.Table]
thorium
as Tuomas Hietanen
More... about 5 years ago
Merge branch 'master' into net-standard
thorium
as Tuomas Hietanen
More... about 5 years ago
1.1.99
thorium
as Tuomas Hietanen
More... about 5 years ago
Merge pull request #707 from JordanMarr/ssdt-annotations
thorium
as Tuomas Hietanen
More... about 5 years ago
Implemented Type Annotations feature for SSDT computed table columns. More... about 5 years ago
Added very basic support for computed columns in tables. More... about 5 years ago
Updated SSDT docs with the new type annotation feature for views. More... about 5 years ago
Merge branch 'ssdt-annotations' of https://github.com/JordanMarr/SQLProvider into ssdt-annotations More... about 5 years ago
Updated view column description for annotated view columns. More... about 5 years ago
Updated view column description for annotated view columns. More... about 5 years ago
Added column description that gives hints about view type annotations. More... about 5 years ago
Implemented commented type annotations for SSDT views. More... about 5 years ago
Fixed msg when configured SsdtPath doesn't exist. More... about 5 years ago
1.1.98
thorium
as Tuomas Hietanen
More... about 5 years ago
Merge pull request #704 from JordanMarr/ssdt-dacpac
thorium
as Tuomas Hietanen
More... about 5 years ago
Updated SSDT docs for .dacpac support More... about 5 years ago
Added search path logic for the dacpac file. More... about 5 years ago
Implemented SSDT stored procs parsing from dacpac. More... about 5 years ago
Fixed SSDT views so that untracable column refs still exist as an obj type. More... about 5 years ago
Implemented SSDT view parsing from dacpac. More... about 5 years ago
Renamed SsdtRelationship props to match model.xml schema More... about 5 years ago
Implemented SSDT dacpac relationships More... about 5 years ago
Started to rework SSDT relationships More... about 5 years ago
+ System.IO.Compression - Microsoft.SqlServer.Management.SqlParser More... about 5 years ago
Replaced SSDT table parsing with dacpac. More... about 5 years ago
Implemented dacpac model extraction More... about 5 years ago
Parsed dacpac foreign keys More... about 5 years ago