From 714cf530f5882799b64952091cdace843a8b140c Mon Sep 17 00:00:00 2001 From: Gajus Date: Thu, 9 May 2024 13:12:38 -0700 Subject: [PATCH] feat: convert token types to symbols --- .changeset/funny-toes-ring.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/funny-toes-ring.md b/.changeset/funny-toes-ring.md index ed8eb019..482346f8 100644 --- a/.changeset/funny-toes-ring.md +++ b/.changeset/funny-toes-ring.md @@ -6,6 +6,6 @@ Convert token types to symbols to ensures that SQL tokens cannot be injected from outside of the codebase, e.g. through JSON. -Thanks to @alxndrsn for reporting the issue. +Thanks to @alxndrsn for reporting the issue and suggesting patch (https://github.com/gajus/slonik/pull/595). -Thanks to @danielrearden for suggesting a viable patch. +Thanks to @danielrearden for suggesting a viable patch. \ No newline at end of file