Heads up! On March 5, starting at 4:30 PM Central Time, our community will be undergoing scheduled maintenance for a few hours. During this time, you will find the site temporarily inaccessible. Thanks for your patience. Read more.
×When doing a diff using the url:
The first line of each diff has @@ 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?
@@ -24070,0 +24138,3 @@ 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.