Cake.SqlTools icon indicating copy to clipboard operation
Cake.SqlTools copied to clipboard

Sql tools addin for Cake

Results 9 Cake.SqlTools issues
Sort by recently updated
recently updated
newest added

Closes #30. Upgraded to cake 2.0.0. As per guidelines added analyzers. Fixed code and target framework.

We've recently released new icons for Cake extensions, to help more easily differentiate Cake Addins, Modules, Recipes, etc. [![cake-contrib logos](https://user-images.githubusercontent.com/177608/116633858-f5a9c380-a930-11eb-8333-e5cd978e3340.png)](https://github.com/cake-contrib/graphics) More information: https://github.com/cake-contrib/graphics

If i run the code (cake version 0.29): cakeContext.ExecuteSqlQuery(sql.ToString(), new SqlQuerySettings{ Provider = "MsSql", ConnectionString = connectionString }); I get the following code: Loaded 'C:\Program Files\dotnet\shared\Microsoft.NETCore.App\2.0.7\System.Data.Common.dll'. Skipped loading symbols. Module...

with mysql, a valid sql file may contain things that are not valid for a single query ( such as `DELIMITER $$` ) To Recreate: build.cake: ``` #addin "Cake.SqlTools" #addin...

Bumps [Microsoft.Data.SqlClient](https://github.com/dotnet/sqlclient) from 2.1.2 to 2.1.7. Release notes Sourced from Microsoft.Data.SqlClient's releases. Stable Release v2.1.7 [Stable release 2.1.7] - 2024-01-09 Fixed Fixed encryption downgrade issue. CVE-2024-0056 Fixed certificate chain validation...

dependencies

- Update to Cake 4.0 - Upgrade TFM to .NET 6, .NET 7, .NET 8 - Little updates to build Fixes #32, #30 Includes changes from https://github.com/SharpeRAD/Cake.SqlTools/pull/31

Please support Cake 4.0