From 344f37a1fe6977db87eddc51f42c1220153f2aed Mon Sep 17 00:00:00 2001 From: Brandur Date: Thu, 19 Dec 2024 16:25:07 -0700 Subject: [PATCH] Fix missing anchor link in text article --- content/articles/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/articles/text.md b/content/articles/text.md index 51e45ebd4..fa7b5fb42 100644 --- a/content/articles/text.md +++ b/content/articles/text.md @@ -36,7 +36,7 @@ Let me briefly restate Hyrum's law: Truer words have rarely been spoken. -## varchars considered ~harm~helpful +## varchars considered ~harm~helpful (#varchars) Starting my [new position back in April](/nanoglyphs/024-new-horizons), one thing I checked early on is whether we were checking the length of strings that we were passing on through to the database. Nope. It turns out that this is a _very_ easy mistake to make.