When doing a diff using the url:
https://api.bitbucket.org/2.0/repositories/{workspace}/{repo}/diff/{newTag}..{oldTag}?path={path}&context=0&ignore_whitespace=true
@ and includes the first diff as an incomplete . Looks like it might be doing a substring.
Is there anyway to get the full line like the 2nd and 3rd lines below?
@ INSERT INTO "tax_code" VALUES('IL','','2021-01-01'+INSERT INTO "tax_code" VALUES('VT','','2021-01-01','2020-12-28');+INSERT INTO "tax_code" VALUES('MN','','2021-01-01','2020-12-29');
Apologize for the question. It looks like those are comments to the the current line in the previous commit and not the actually new change. I can omit them from my diff.
It looks like you're new here. Sign in or register to get started.