Skip to content

Commit

Permalink
fixup! Stop parsing a table named "limits" as the LIMIT keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
choroba committed Dec 12, 2024
1 parent 5e3dc1a commit 774962a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/35limit.t
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 774962a

Please sign in to comment.