Comments
Sort by recent activity
Having not identified any major issues with .Net 9, we now consider it supported by Smart Assembly. / comments
Having not identified any major issues with .Net 9, we now consider it supported by Smart Assembly.
Hello FanGuogang, welcome! Your English is great and thank you for the question. If I understand correctly, your goal is to minimise the amount of script duplication across branches? / comments
Hello FanGuogang, welcome!Your English is great and thank you for the question.If I understand correctly, your goal is to minimise the amount of script duplication across branches?
Hello SupportiveGiraffe, Sorry to hear you've had difficulty. What tier is the product currently licensed at please? If it shows Community in the top left corner that would explain the behaviour you're seeing. Assuming you have a licence for this functionality, using the ribbon on the top right you'll be able to sign into your Redgate account, which will license the product. / comments
Hello SupportiveGiraffe,Sorry to hear you've had difficulty. What tier is the product currently licensed at please?If it shows Community in the top left corner that would explain the behaviour you'...
Hi DenisJCilliers, What objects are you seeing this on please? The setting in specifically for ignoring case differences in PL/SQL blocks as detailed here. / comments
Hi DenisJCilliers,What objects are you seeing this on please? The setting in specifically for ignoring case differences in PL/SQL blocks as detailed here.
Hi Dan_brannan, Some progress yes, it's still in sprint, the issue is now understood and the work to fix it is ongoing. We will update here and the release notes once shipped. / comments
Hi Dan_brannan,Some progress yes, it's still in sprint, the issue is now understood and the work to fix it is ongoing. We will update here and the release notes once shipped.
I'm afraid our devs haven't passed an opinion on it yet Dan, I'll raise it our next standup. / comments
I'm afraid our devs haven't passed an opinion on it yet Dan, I'll raise it our next standup.
Hmm, this should be covered as it's supporting .Net standard 2 which includes .Net 8, we'll investigate and keep you posted. / comments
Hmm, this should be covered as it's supporting .Net standard 2 which includes .Net 8, we'll investigate and keep you posted.
Hi Dan, From the path am I correct in concluding you're using this functionality https://github.com/red-gate/SmartAssembly-demos/tree/master/ErrorReporting/CSharp and this package https://www.nuget.org/packages/RedGate.SmartAssembly.SmartExceptionsCore ? / comments
Hi Dan,From the path am I correct in concluding you're using this functionality https://github.com/red-gate/SmartAssembly-demos/tree/master/ErrorReporting/CSharp and this package https://www.nuget....
When you say it doesn't work, do you get a fault or does it just not show results for the cpp section please? I ask because ANTS can only profile managed code, I'd expect no results for the unmanaged code. / comments
When you say it doesn't work, do you get a fault or does it just not show results for the cpp section please?I ask because ANTS can only profile managed code, I'd expect no results for the unmanage...
Hello HenkFromKLM, We don't have any logic in flyway for conditional logic on locations, however you could achieve this through deploy rules. The above is for Flyway Desktop but leverages flyway cli behaviour which can also be manually configured using a shouldExecute definition. The TL:DR of it is for 'UserAcceptance/##Test3/SQL1.sql ' you can give it an execution criteria that cannot be met, so it's skipped. E.G shouldExecute=(${environment}==UAT) Would ensure this is only deployed to UAT and no further, or you could define a target that doesn't exist, keeping it in limbo until you need it. This has the added benefit that your exclusion criteria will also be held in version control, so your colleagues will have parity with yourself. / comments
Hello HenkFromKLM,We don't have any logic in flyway for conditional logic on locations, however you could achieve this through deploy rules.The above is for Flyway Desktop but leverages flyway cli ...