Activity overview
Latest activity by Peter_Laws
Hi Ian1234, Without knowing your standards it's probably fairest to direct you to the release notes that show the changes and cadence, so you can assess for yourself. https://documentation.red-gate.com/amp/release-notes-and-other-versions/ants-memory-profiler-11-0-release-notes https://documentation.red-gate.com/app/release-notes-and-other-versions/ants-performance-profiler-11-0-release-notes / comments
Hi Ian1234,Without knowing your standards it's probably fairest to direct you to the release notes that show the changes and cadence, so you can assess for yourself.https://documentation.red-gate.c...
Sorry when I said whitespace, I meant non-displayed characters. Yes I expect you're correct, this is an issue we have to solve with version control often. I'm afraid there's not a switch for this to perform a textual comparison vs a byte level comparison. / comments
Sorry when I said whitespace, I meant non-displayed characters. Yes I expect you're correct, this is an issue we have to solve with version control often.I'm afraid there's not a switch for this to...
Since you said it was JSON, are the whitespace differences in the body of the JSON or around it please? / comments
Since you said it was JSON, are the whitespace differences in the body of the JSON or around it please?
Hello shuff1203, Thanks for the question, please could you try setting this option? [image] / comments
Hello shuff1203,Thanks for the question, please could you try setting this option?
Thank you for the walk through. I expect some wires got crossed during the branch switching. Flyway ultimately just runs the git cli on your behalf, so I would expect the problem to get visible there. Running a 'git status' command should show it. That should put you in a much better position to reconcile the differences between the filesystem and the repo. / comments
Thank you for the walk through. I expect some wires got crossed during the branch switching.Flyway ultimately just runs the git cli on your behalf, so I would expect the problem to get visible ther...
Hi JimmyG, I don't think we provide that option, what behaviour are you seeing please? I'd typically expect either a success or fast failure with very little opportunity to cancel. / comments
Hi JimmyG,I don't think we provide that option, what behaviour are you seeing please?I'd typically expect either a success or fast failure with very little opportunity to cancel.
Oh I see, that's a trickier proposition, flyway won't extract the diff, it is able to detect the files have changed but isn't designed to calculate a delta from there. However, if you're able to get the required delta then flyway can happily run the script. SQL*Plus isn't required as mentioned, I just offered it as an extension option. As for how it works in Jenkins, much the same as any of the supported platforms, you populate the config file to point to where your scripts are and also define database environments and then call whichever verbs you need to perform the desired action, in this case migrate. / comments
Oh I see, that's a trickier proposition, flyway won't extract the diff, it is able to detect the files have changed but isn't designed to calculate a delta from there.However, if you're able to get...
Hello dheerajb84, Yes Flyway CLI could certainly do that and then spool the output potentially return the response to the Jenkins runner depending on what you needed. If you didn't need any SQL*plus functionality the free open source version might be sufficient for your needs. https://documentation.red-gate.com/flyway/getting-started-with-flyway/installers / comments
Hello dheerajb84,Yes Flyway CLI could certainly do that and then spool the output potentially return the response to the Jenkins runner depending on what you needed.If you didn't need any SQL*plus ...
Hi henrylafleur, As far as I can see, no one has yet attempted this, if you manage it, that would be an interesting addition to the community! Regarding how, there is some guidance in the following doc for how to structure the config for interacting with MSbuild, you may be able to reuse some of that? https://documentation.red-gate.com/sa/building-your-assembly/using-smartassembly-with-msbuild / comments
Hi henrylafleur,As far as I can see, no one has yet attempted this, if you manage it, that would be an interesting addition to the community!Regarding how, there is some guidance in the following d...
Hello rakeshduhan, Have you included the db dependency org.flywaydb:flyway-database-oracle ? / comments
Hello rakeshduhan,Have you included the db dependency org.flywaydb:flyway-database-oracle ?