0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jan 01, 2025 — Jan 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #51 from djanosik/master More... over 8 years ago
Merge pull request #58 from pbolduc/bug-57 More... over 8 years ago
Merge pull request #54 from billoreid/master More... over 8 years ago
Fixes InsertMany/UpsertMany More... over 8 years ago
Adds .config file for test project #59 More... over 8 years ago
Change field operator parameter to varchar(10) to fit 'IS NOT NULL' #57 More... over 9 years ago
Renamed the path variable and added some documentation More... over 9 years ago
Added ability to create databases in a specified file More... over 9 years ago
Fixed an exception being thrown when a dependency is of type "SQL_INLINE_TABLE_VALUED_FUNCTION". More... over 10 years ago
Fixed Issue #43 - PRESCRIPTs now run before internal scripts More... almost 11 years ago
Allow Autoproc enum to be case-insensitive More... almost 11 years ago
Fixed Issue #39 - Allow Autoproc All to support renames More... almost 11 years ago
Fixed Issue #38 - ALTER TABLE WITH CHECK CHECK CONSTRAINT More... almost 11 years ago
Fixed issue where the same object was scripted to be dropped twice More... almost 11 years ago
Fixed issue with a null implementation of a SymmetricKey More... almost 11 years ago
Fixed an issue where a permission applied like: 'GRANT EXECUTE ON TYPE::[dbo].[MyTableType] TO [MyService]' was not detected as installed More... almost 11 years ago
Merge branch 'master' of github.com:henkosch/Insight.Database.Schema into Issue36 More... over 11 years ago
Changed AutoProc class visibility to public in order to allow integration with custom stored procedure script generation solutions without using the SchemaInstaller which requires an IDbConnection or the schema parser. This way automatic script generation can be used without a real database and also custom IColumnDefinitionProvider can be used as an input. More... over 11 years ago
Merge branch 'master' of github.com:henkosch/Insight.Database.Schema into issue35 More... over 11 years ago
Fixes for UpsertMany (Issue #36) More... over 11 years ago
Fixed Singularizer bug with words containing s in the middle. The word 'user' was singularized to 'uer' due to invalid regex. Fixed and added test case. More... over 11 years ago
Added support for collation changes in columns More... over 11 years ago
Fixed issue with renaming autoprocs More... over 11 years ago
Fixed Issue #31 - AllowRepair=true skips changed scripts More... over 11 years ago
Implemented column rename with -- new WAS old syntax More... over 11 years ago
Fixed build for updated nuget More... over 11 years ago
Small fixes for optimistic autoprocs More... almost 12 years ago
Updated nuget package restore for nuget 2.7 and later More... almost 12 years ago
Find Proc Outputs TotalRows as a parameter More... almost 12 years ago
dry up cte name More... almost 12 years ago