Activity overview
Latest activity by clinke
Yes, can confirm the error is fixed. / comments
Yes, can confirm the error is fixed.
This is not an option for us, we use .NET 8 now. Why are features more important than bug fixes? Our customers would quit for such behaviour. Very unfavourable ... / comments
This is not an option for us, we use .NET 8 now. Why are features more important than bug fixes? Our customers would quit for such behaviour. Very unfavourable ...
I wouldn't be too optimistic. It took months to implement support vor VS2022: https://forum.red-gate.com/discussion/88504/will-sca-support-visual-studio-2022 Also, one of my tickets is in development since June. We can't use latest Change Autimation plugin because of a Newtonsoft.Json dependency error. This was once fixed and in a later version re-introduced. Very unstable for us to use CA, we are not happy ... / comments
I wouldn't be too optimistic. It took months to implement support vor VS2022:https://forum.red-gate.com/discussion/88504/will-sca-support-visual-studio-2022Also, one of my tickets is in development...
The problem lies in RedGate.Versioning.Engine.Shared.DatabaseUtils.SqlServer.dll (C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\Extensions\001rr241.rgs). There's a workaround disabling encryption: 1. In ConnectionStringBuilder, Method Create, remove property Encrypt 2. In ConnectionStringFactory, Method ParseConnectionString, pass false to parameter to SetEncryptConnection You can use e.g. dnSpy to change this. With Visual Studio 17.8, there were some changes regarding Connection encryption. It is enabled by default now, and some properties changed from value to object types. See https://learn.microsoft.com/en-us/sql/ssdt/connect-to-an-existing-database-in-sql-server-data-tools?view=sql-server-ver16#EncryptTrustServerCertificate All information is provided without guarantee and liability / comments
The problem lies in RedGate.Versioning.Engine.Shared.DatabaseUtils.SqlServer.dll (C:\Program Files\Microsoft Visual Studio\2022\Professional\Common7\IDE\Extensions\001rr241.rgs).There's a workaroun...
Hello Dan, no, I've immediately generated the first migration after capturing schme model. I now created the baseline script using SQL Compare and added it to the Flyway project. Then, everything worked fine. I was not able to reproduce the issue in a new small project. Unfortunately, our database is very big, so I cannot provide it as an example. / comments
Hello Dan,no, I've immediately generated the first migration after capturing schme model. I now created the baseline script using SQL Compare and added it to the Flyway project. Then, everything wo...
Hello Dan, yes, I'm using the same database. We only deliver template databases to our customers, therefore there is no "real" production database. / comments
Hello Dan,yes, I'm using the same database. We only deliver template databases to our customers, therefore there is no "real" production database.
Same migrations after baselines
I have encountered a peculiar issue in Flyway Desktop that I cannot seem to explain. I created a new project from a DEV database, imported the changes into the project using the "Schema model" tab,...
Thanks, for us it's now working again / comments
Thanks, for us it's now working again
Is it so hard to add the missing dependency again? Then everything would work as before. I understand if there is some functionality broken, but this is only a dependency? / comments
Is it so hard to add the missing dependency again? Then everything would work as before. I understand if there is some functionality broken, but this is only a dependency?
There is a new version released, 4.4.22200.31053, but the error still persists / comments
There is a new version released, 4.4.22200.31053, but the error still persists