From 774962a786752c46c0c5a2f92aa64a9db1f3fd95 Mon Sep 17 00:00:00 2001 From: "E. Choroba" Date: Thu, 12 Dec 2024 10:49:51 +0100 Subject: [PATCH] fixup! Stop parsing a table named "limits" as the LIMIT keyword --- t/35limit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/35limit.t b/t/35limit.t index 4a833e79..53ef4aeb 100644 --- a/t/35limit.t +++ b/t/35limit.t @@ -75,7 +75,7 @@ SQL ok($dbh->do("DROP TABLE dbd_mysql_t35")); -# Issue #205: A table named "limits" shouldn't be parsed as LIMIT. +# Issue #205: A column named "limits" shouldn't be parsed as LIMIT. my $limits = 500; my $flag = 1; my $id = 1;