Skip to content

Releases: stevehansen/sql-inliner

v1.0.0

18 Oct 19:47
d9b80d4
Compare
Choose a tag to compare

Updated packages and switched to .NET 6.0

0.4.0-alpha

16 May 19:17
Compare
Choose a tag to compare
Added target frameworks net472 and netcoreapp3.1

- Added missing comments
- Fixed compile error on netstandard2.0

0.3.0-alpha

15 May 22:28
Compare
Choose a tag to compare
Added unit tests

- fixed issue with table references not being stripped if no views were referenced
- expose InlinerResult
- made all classes sealed
- generate xml documentation
- removed Program for ReleaseLibrary

v0.1-alpha

11 May 21:40
Compare
Choose a tag to compare
v0.1-alpha Pre-release
Pre-release

The first alpha release of SQL inliner, can be used to fetch the definition of a view on SQL server and inline usages of nested views.